grafana/public/app/plugins/panel/table2
Tobias Skarhed 17826796da
Chore: Fix noImplicitAny issues (#17636)
* noImplicitAny: TableRenderer

* noImplicitAny and add types

* HeatmapData interface

* Heatmap rendering

* Fix optional type

* Remove use of lodash
2019-06-19 13:40:42 +02:00
..
img add a basic alpha react table 2019-03-05 16:07:46 -08:00
module.tsx Plugins: ReactPanelPlugin to VizPanelPlugin (#16779) 2019-04-26 19:16:38 +02:00
plugin.json Plugins: Remove dataFormats key and add skipDataQuery (#16984) 2019-05-10 07:46:14 +02:00
README.md add a basic alpha react table 2019-03-05 16:07:46 -08:00
TablePanel.tsx Panel Plugins: pass query request/response to react panel plugins (#16577) 2019-04-16 13:23:34 -07:00
TablePanelEditor.tsx Chore: Fix noImplicitAny issues (#17636) 2019-06-19 13:40:42 +02:00
types.ts rotate! 2019-03-10 23:11:57 -07: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/