grafana/public/app/plugins/panel/table
Ryan McKinley 6c021f7bb9
Table: add a select option when multiple tables exist (#23545)
* add a table picker

* move picker to the top

* add missing change

* Removed overflow from panel-content so dropdown menus can extend a panel, moved the select to the bottom

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2020-04-16 21:35:58 +02:00
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
migrations.ts Table Panel: use react as the default table panel (#23543) 2020-04-14 12:14:06 -07:00
module.tsx Table Panel: use react as the default table panel (#23543) 2020-04-14 12:14:06 -07:00
plugin.json Plugins: Remove dataFormats key and add skipDataQuery (#16984) 2019-05-10 07:46: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: add a select option when multiple tables exist (#23545) 2020-04-16 21:35:58 +02:00
types.ts Table: add a select option when multiple tables exist (#23545) 2020-04-16 21:35:58 +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/