-
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] Client side table sorting #76962
Labels
enhancement
New value added to drive a business result
Feature:Lens
Project:LensDefault
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Comments
flash1293
added
enhancement
New value added to drive a business result
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Feature:Lens
labels
Sep 8, 2020
Pinging @elastic/kibana-app (Team:KibanaApp) |
This was referenced Sep 8, 2020
Proposal:
Open questions about architecture:
Open questions about feature:
|
We will start only allowing single column sorting for now similar to the Visualize data table |
flash1293
added
the
loe:needs-research
This issue requires some research before it can be worked on or estimated
label
Sep 21, 2020
flash1293
removed
the
loe:needs-research
This issue requires some research before it can be worked on or estimated
label
Sep 30, 2020
2 tasks
Open specific issues for IP and range data types specific sorting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New value added to drive a business result
Feature:Lens
Project:LensDefault
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
The table visualization in Lens should be sortable on the client side similar to the legacy data table visualization is handling that. Clicking on the table header will change the sorting and sort the existing rows by the clicked column, rendering an indicator how it's sorted at the moment. This client side sorting should only be available in the Lens editor, not on dashboards. The information about client side sorting is stored in the visualization state of the table.
Open questions / architecture changes:
There is a separate issue about server side sorting which is pushed out for now: #55905
The text was updated successfully, but these errors were encountered: