-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Lens] Server side sortable table columns while in edit mode #55905
Copy link
Copy link
Closed as not planned
Labels
Feature:LensTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.Addressing this issue will have a low level of impact on the quality/strength of our product.
Metadata
Metadata
Assignees
Labels
Feature:LensTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.Addressing this issue will have a low level of impact on the quality/strength of our product.
Type
Fields
Give feedbackNo fields configured for issues without a type.
User goal: It should be possible for users to trigger server-side sorting from the Lens editor in at least some cases.
Technical background: The Lens architecture does not currently support this kind of sorting for several reasons, but primarily because of the separation between data sources and visualizations. Also, Elasticsearch doesn't support every kind of sorting, and this might need to be represented in our datasources.
As it exists today, the only sortable operation in Lens is the Terms aggregation, which can be sorted:
For the data table visualization to know that these limitations exist, we would need these architectural changes, provided via the
getOperationfunction on data sources.