Set default Column Visibility to hidden #1
Replies: 4 comments 5 replies
-
|
Thanks, the feature will be available very soon and it is very usable! Thank you for the feedback! |
Beta Was this translation helpful? Give feedback.
-
|
The feature is now part of the SvGrid v1.1.0. You should be able to set 'visible' to false when you define the data grid's columns. Thanks again for the feedback! Please, do not hesitate to write again, if anything pops up. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I've got 1.1.0. What am I doing wrong here? const columns: ColumnDef<typeof features, ClientAccountRow>[] = [
{ field: 'id', header: 'ID', editorType: 'text', width: 30, visible: false },Getting |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great to be able to set a column to be hidden by default but still available via the Choose Columns UI
eg.
Currently doing this as a workaround
Beta Was this translation helpful? Give feedback.
All reactions