grafana/public/app/plugins/panel/table
2021-09-08 00:44:41 -07:00
..
__snapshots__ Table: migrate old-table config to new table config (#30142) 2021-01-15 13:06:40 +01:00
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
migrations.test.ts Table: migrate old-table config to new table config (#30142) 2021-01-15 13:06:40 +01:00
migrations.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
models.cue Tables: optionally show field type icon in tables (#38855) 2021-09-08 00:44:41 -07:00
models.gen.ts Tables: optionally show field type icon in tables (#38855) 2021-09-08 00:44:41 -07:00
module.tsx Table: Add minimum column width field for auto resizing (#35351) 2021-07-12 09:46:23 +02:00
plugin.json TimeSeries: Make timeseries the default panel and remove beta state (#33639) 2021-05-05 13:19:14 +02:00
README.md Docs: fixed broken doc link for graph and table panels (#21238) 2019-12-23 17:41:27 +01:00
TablePanel.tsx Tables: optionally show field type icon in tables (#38855) 2021-09-08 00:44:41 -07:00

Table Panel - Native Plugin

The Table Panel is included with Grafana.

The table panel is very flexible, supporting both multiple modes for time series as well as for table, annotation and raw JSON data. It also provides date formatting and value formatting and coloring options.

Check out the Table Panel Showcase in the Grafana Playground or read more about it here:

https://grafana.com/docs/grafana/latest/features/panels/table_panel/