grafana/public/app/plugins/panel/table
2016-09-30 17:37:47 +02:00
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
specs Merge branch 'v3.1.x' 2016-07-11 09:39:17 +02:00
editor.html feat(alerting): show alertin state in panel header, closes #6136 2016-09-30 17:37:47 +02:00
editor.ts tech(lodash): began migration work 2016-09-13 22:10:44 +02:00
module.html feat(panels): upgraded table panel to latest plugin model 2016-01-28 12:48:43 -05:00
module.ts fix(submenu): fixed issue with submenu and annotation display, and annotation issue in table panel 2016-09-21 13:45:26 +02:00
plugin.json added new icons for default panels 2016-03-24 16:14:51 -04:00
README.md feat(plugins): adds a readme for every native plugin 2016-03-30 23:33:30 +02:00
renderer.ts Merge branch 'v3.1.x' 2016-07-11 09:39:17 +02:00
transformers.ts feat(tslint): more tslint work 2016-01-13 21:22:39 +01: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/