-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Lens] Ability to order columns in datatable #147600
Comments
Pinging @elastic/kibana-visualizations @elastic/kibana-visualizations-external (Team:Visualizations) |
Hi there, |
I am pinging @ninoslavmiskovic here who is responsible for the team's roadmap. |
Hi @stratoula @ninoslavmiskovic |
We can probably use elastic/eui#8015 |
We want to allow users do this on the client-side without the need of editing the dashboard. Ideally there will be two scenarios:
|
As @markov00 mentions above, EUI just recently added support for draggable column headers for the data grid component. This is something we can implement, as the Lens tables use the data grid component. Additionally, if we plan to proceed with adding the "Columns" menu (mentioned in #193555), that also includes the ability to reorder columns via the menu as well. |
Describe the feature:
Lens datatable orders columns by default with bucket dimensions first, metrics then.
Columns can be currently ordered indirectly via the layer configuration panel, sorting the metric/bucketed dimensions.
Perhaps a better UX can be provided to the user, enabling columns rearrange on the table itself.
Also, that can be enabled in dashboard as well, as temporary rearrange (like the columns sorting).
The text was updated successfully, but these errors were encountered: