grafana/public/app/plugins/panel/table2
Dominik Prokop 7425f9b400 Fix merge
2020-04-07 16:23:04 +02:00
..
img add a basic alpha react table 2019-03-05 16:07:46 -08:00
module.tsx ReactTable: adds possibility to resize columns (#23365) 2020-04-07 15:20:27 +02:00
plugin.json Plugins: Remove dataFormats key and add skipDataQuery (#16984) 2019-05-10 07:46:14 +02:00
README.md add a basic alpha react table 2019-03-05 16:07:46 -08:00
TablePanel.tsx Fix merge 2020-04-07 16:23:04 +02:00
TablePanelEditor.tsx ReactTable: adds possibility to resize columns (#23365) 2020-04-07 15:20:27 +02:00
types.ts ReactTable: adds possibility to resize columns (#23365) 2020-04-07 15:20:27 +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:

http://docs.grafana.org/reference/table_panel/