grafana/public/app/plugins/panel/table
David Kaltschmidt 374fe9dcb4 Explore: reuse table merge from table panel
- Extracted table panel's merge logic to combine multiple tables into one
- Put the merge logic into the table model as it merges multiple table
  models
- make use of merge in Explore's table query response handler
- copied tests over to table model spec, kept essential tests in
  transformer spec
2018-10-19 15:29:58 +02:00
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
specs Explore: reuse table merge from table panel 2018-10-19 15:29:58 +02:00
column_options.html Moved tooltip icon from input to label #12945 (#13059) 2018-08-28 15:23:25 +02:00
column_options.ts Changed functions to arrow functions for only-arrow-functions rule. 2018-09-04 14:27:03 +02:00
editor.html sass refactoring and updating styles for list item elements 2017-11-23 12:54:12 +01:00
editor.ts changed var to const 2 (#13068) 2018-08-29 14:27:29 +02:00
module.html don't render hidden columns in table panel (#12911) 2018-08-14 08:50:22 +02:00
module.ts Changed functions to arrow functions for only-arrow-functions rule. 2018-09-04 14:27:03 +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 added rule use-isnan and and updated file to follow new rule (#13117) 2018-09-03 13:31:37 +02:00
transformers.ts Explore: reuse table merge from table panel 2018-10-19 15:29:58 +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/