You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a column with with both 'hidden' & 'unhidable' set to true. However, the column does not hide....upon doing some testing, I found that it hides only when unhidable is set to false.
i.e.,
hidden: true & unhidable: true -> doesn't work
hidden: true & unhidable: false -> works
Is it not possible to have both hidden & unhidable as true?
FYI, I'm also using the ColumnResizer & DijitRegistry plugins. This is the column definition from the grid template:
My use case is this - I have a a field in the grid that I want to use to store a value(an internal calculation used for debugging) that I do not wish the user to ever see. So, I want to hide this field & also prevent the user from unhiding it.
Hi!
I have a column with with both 'hidden' & 'unhidable' set to true. However, the column does not hide....upon doing some testing, I found that it hides only when unhidable is set to false.
i.e.,
hidden: true & unhidable: true -> doesn't work
hidden: true & unhidable: false -> works
Is it not possible to have both hidden & unhidable as true?
FYI, I'm also using the ColumnResizer & DijitRegistry plugins. This is the column definition from the grid template:
The text was updated successfully, but these errors were encountered: