Skip to content

Table

A table chart displays query results in a tabular format with rows and columns, making it ideal for viewing raw data or summary statistics.

The following example demonstrates a basic table visualization.

Start with a query that returns multiple fields:

source = opensearch_dashboards_sample_data_flights | fields Carrier, AvgTicketPrice, DistanceMiles, FlightDelayMin | head 20

After running this query, select Table as the chart type. The result is a table displaying the selected fields as columns, as shown in the following image.

Table chart displaying flight data

You can configure the following settings in the configuration panel.

SettingDescription
Max rows per pageSets the maximum number of rows displayed per page.
Cell alignmentControls the text alignment within cells. Supported values: Auto, Left, Center, Right.
Cell styleSelect Add new cell type to apply custom styling to specific columns.
Column filtersWhen enabled, displays filter controls in column headers for interactive filtering.

For information about configuring thresholds, see Thresholds.

SettingDescription
Show footerWhen enabled, displays a footer row with summary calculations for each column.

Select Add link to create clickable links within table cells. Use data links to navigate to external URLs or other dashboards based on cell values.