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 that is unhidable and, programatically, it's shown or not.
But when I use the 'toggleColumnHiddenState' method it fails.
It says 'checked' is undefined which is correct, since the column is unhidable. I think is missing a check for unhidable columns. (Maybe it's a simple solution)
I'm using the method _updateColumnHiddenState(1, hidden); as work around.
The text was updated successfully, but these errors were encountered:
I have a column that is unhidable and, programatically, it's shown or not.
But when I use the 'toggleColumnHiddenState' method it fails.
It says 'checked' is undefined which is correct, since the column is unhidable. I think is missing a check for unhidable columns. (Maybe it's a simple solution)
I'm using the method _updateColumnHiddenState(1, hidden); as work around.
The text was updated successfully, but these errors were encountered: