grafana/public/app/plugins/panel/table
Angrite e52aceeaba Fix for #10078: symbol "&" is not escaped (#10137)
Fix for #10078: Render value as link in Table panel: ampersand symbol "&" is not escaped in link URL, resulting URL is wrong.
2018-05-08 15:47:09 +02:00
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
specs public: fix codespell issues 2018-04-13 20:31:29 +02:00
column_options.html Use curly brackets around hyperlink help text #11478 (#11479) 2018-04-04 20:07:22 +02:00
column_options.ts table panel: additional fixes for value to text mapping 2018-03-27 19:04:45 +02:00
editor.html sass refactoring and updating styles for list item elements 2017-11-23 12:54:12 +01:00
editor.ts cleanup: removed unused typescript typings import 2018-01-04 10:12:02 +01:00
module.html refactor and add column alias tests 2017-05-05 12:40:49 -04:00
module.ts Merge pull request #11751 from mtanda/11690 2018-05-03 18:33:46 +02:00
plugin.json plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
renderer.ts Fix for #10078: symbol "&" is not escaped (#10137) 2018-05-08 15:47:09 +02:00
transformers.ts public: fix codespell issues 2018-04-13 20:31:29 +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/