DataGrid ColumnChooser option + Load/Save State (or Layout) #2853
Replies: 1 comment 1 reply
-
Hi, We currently have no plans to add this kind of functionality. The current grid is based on QuickGrid and uses the Fluent Ui |
Beta Was this translation helpful? Give feedback.
-
We would like to be able to use a column chooser within the DataGrid, so you can at runtime add / remove columns to the grid?
Like a visibility toggle for the various available columns in the grid where you could also change the location of the column, so move the OrderNumber column as the first to the last column.
As the user has then customized his view of the data and maybe sorted some column(s) it would be nice if that 'layout (or state)' could be saved to a database or local storage so it could be used to restore the grid to this state the next time the user visits.
Are there any plans for these kind of features on the roadmap of FluentUI ?
One can drag columns up or down by clicking-and-holding on the little dotted bar on the right of the columnames.
One can click the checkbox on the left to set visibility of the column on or off.
Then next one can make buttons/menu with which the user can save or load the state (which columns shown, the column sequence, current sorting, grouping, etc.) to a Json and store that in a db or anywhere else.
Beta Was this translation helpful? Give feedback.
All reactions