[Lens] Server side sortable table columns while in edit mode #55905
Labels
enhancement
New value added to drive a business result
Feature:Lens
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
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
getOperation
function on data sources.The text was updated successfully, but these errors were encountered: