grafana/public/app/plugins/panel/table
2016-07-11 11:09:20 +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(table): added sanitize html option to column styles for table panel, fixes #4596 2016-07-11 09:38:06 +02:00
editor.ts fix(table): remove html for htmlencoding option 2016-02-09 11:14:08 +01:00
module.html feat(panels): upgraded table panel to latest plugin model 2016-01-28 12:48:43 -05:00
module.ts fix(table): fixed merge issue 2016-07-11 11:09:20 +02:00
options.html feat(plugins): more refactoring 2016-01-09 23:52:13 +01: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/