Unable to access `item` or `currentSourceRow` in hidden field



I am unable to access these two in the hidden field for my column. Although these are accessible in the other fields.

Hey there @engineering-tajir,

This "Hidden" option does not iterate through each row, where as Background does. In fact, you can either hide the column completely or not hide it, where as with background color you can dynamically have different colors for each row, hence why you can access currentSourceRow and item.

What is it that you're trying to achieve?

1 Like

Hi @engineering-tajir,

Let us know more details about the result you are looking to achieve so we can help you find the correct way to modify the table component.

As @MiguelOrtiz pointed out, columns must either be completely hidden or not hidden. If you are looking to hide or change data there are some other options that would work to control things at the cell level as the table integrates through the rows.