Rearrangeable Columns in Tables #2332
-
Background Currently in the exploration phase of adding a feature to Insights Queue Stats where users are able to show or hide columns in a table. This brings about other questions such as changing the order of the columns so that the most important metrics in insights are first. Question Can you share your thoughts on the behaviour of data grids? Is it possible to rearrange the columns and if not how would you feel about exploring this option in Flex Insights? At the moment the queue stats display has no controls within it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @Fazle-Jahangir! Unfortunately, rearrangeable columns is out of scope for the DataGrid component and isn't on our roadmap. One workaround, is add a table actions button that launches a Popover that has inputs where users can set the number the column should be in the table and/or checkboxes that users can toggle to display the column. That way, when you save the Popover, the DataGrid can re-render to match the user's preferences. Could this solution work in your use case? |
Beta Was this translation helpful? Give feedback.
Hi @Fazle-Jahangir!
Unfortunately, rearrangeable columns is out of scope for the DataGrid component and isn't on our roadmap.
One workaround, is add a table actions button that launches a Popover that has inputs where users can set the number the column should be in the table and/or checkboxes that users can toggle to display the column. That way, when you save the Popover, the DataGrid can re-render to match the user's preferences.
Could this solution work in your use case?