eui
eui copied to clipboard
EuiDataGrid: Allow control over column actions in columns popover
trafficstars
Is your feature request related to a problem? Please describe. When using the data grid it's nice to enable the toolbar to get the column visibility popover. However, it doesn't allow for a couple things that would be relevant for my use case:
- Selectively not allowing to reorder certain columns
- Selectively not allowing to disable certain columns
Describe the solution you'd like
Extend the visibility options to control these two things via an array of column ids.
Describe alternatives you've considered
Reimplementing the toolbar in Kibana, but that's a lot of effort and I wouldn't benefit from additional functionality added to data grid.
Desired timeline
Context is this PR: https://github.com/elastic/kibana/pull/222416
FYI @patpscal