-
Notifications
You must be signed in to change notification settings - Fork 496
Closed
Labels
Description
Hi, i read in documentation that column visibility can be:
fixed: This column is always visible and can not be hided by the user
visible: This column is visible as default but can be hided by the user
hidden: This column is hidden as default but can be showed by the user
sometimes I need to have an hidden column that must remain hidden, but if i set columnSelectable to true, and i right click on header i can see and choose to show every column.
I think it would be nice to have a visibility attribute such as "ghost" or "unvisible" used to keep a column always unvisible.
Thank you