grafana/public/app/plugins/panel/table
Torkel Ödegaard dbcfebac56
TimeSeries: Make timeseries the default panel and remove beta state (#33639)
* TimeSeries: Make timeseries the default panel and remove beta state

* rename old graph

* Updated panel descriptions, fixed e2e tests

* Updated text

* Fixed e2e

* Fixing e2e tests
2021-05-05 13:19:14 +02: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 Introduce "scuemata" system for CUE-based specification of Grafana objects (#32527) 2021-04-08 01:11:11 -07:00
models.gen.ts Introduce "scuemata" system for CUE-based specification of Grafana objects (#32527) 2021-04-08 01:11:11 -07:00
module.tsx Table: Fixes wrong value for auto (#33637) 2021-05-03 15:45:48 +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 Table: Fixes not data warning style (#33603) 2021-05-03 09:43:42 +02: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/