grafana/public/app/plugins/panel/table
2016-12-14 13:16:54 +01:00
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
specs fix(table): renderes empty date column as '-' (#6736) 2016-11-28 14:42:43 -05:00
editor.html fix(firefox): fixed table options tab UX issues, fixes #6900 2016-12-14 13:16:54 +01:00
editor.ts Merge pull request #5677 from bmundt/remove_columns 2016-11-30 00:08:17 +01:00
module.html Release there were some issues with the way removing columns was being implemented. 2016-07-29 20:21:59 +00:00
module.ts refactor(): dashboard row model and hunting down memory leak 2016-10-30 15:14:18 +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 pull request #5677 from bmundt/remove_columns 2016-11-30 00:08:17 +01:00
transformers.ts Release there were some issues with the way removing columns was being implemented. 2016-07-29 20:21:59 +00: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/