[Inspect] Better control when there are multiple tables #197555
Labels
Feature:Inspector
Inspector infrastructure and implementations
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Describe the feature:
When multiple tables are defined in the visualization, they are shown and named in index order like
Table 1
andTable 2
. Then when exported they are named asInspector 1
andInspector 2
. This also applies when there is one a single table but less annoying.Ideally we could:
Relative code: https://github.com/elastic/kibana/blob/main/src/plugins/expressions/common/util/tables_adapter.ts
The text was updated successfully, but these errors were encountered: