grafana/public/app/plugins/panel/table
Tobias Skarhed 8ffef57178 Typescript: A batch of implicit any fixes (#17590)
* Reduce noImplicitAny errors

* Lower err count

* Static version

* Fix noImplicitAny

* Table: moved type file
2019-06-15 08:25:33 +02:00
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
specs Typescript: A batch of implicit any fixes (#17590) 2019-06-15 08:25:33 +02:00
column_options.html Fix: Table Panel fix to re-render panel when options are updated (#16376) 2019-04-04 10:34:59 +02:00
column_options.ts Fix: TablePanel column color style now works even after removeing styles, fixes #16162 (#16227) 2019-03-26 15:18:46 +01:00
editor.html sass refactoring and updating styles for list item elements 2017-11-23 12:54:12 +01:00
editor.ts Typescript: A batch of implicit any fixes (#17590) 2019-06-15 08:25:33 +02:00
module.html don't render hidden columns in table panel (#12911) 2018-08-14 08:50:22 +02:00
module.ts Fix: TablePanel column color style now works even after removeing styles, fixes #16162 (#16227) 2019-03-26 15:18:46 +01:00
plugin.json Plugins: Remove dataFormats key and add skipDataQuery (#16984) 2019-05-10 07:46:14 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
renderer.ts Chore: Replaces moment with Grafanas DateTime (#16919) 2019-05-08 13:51:44 +02:00
transformers.ts Typescript: A batch of implicit any fixes (#17590) 2019-06-15 08:25:33 +02:00
types.ts Typescript: A batch of implicit any fixes (#17590) 2019-06-15 08:25:33 +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/