grafana/public/app/plugins/panel/table
Torkel Ödegaard 34c397002c PanelChrome: Use react Panel Header for angular panels. (#21265)
* WIP: Angular panel chrome, this is going to be tricky

* AngularPanelChrome: initial render works

* Options are showing up

* viz options working

* Fixed singlestat background

* AngularPanels: Fixed alert tab

* Removed anuglar loading spinner

* Dashboard: Refactor dashboard reducer & actions

* Dashboard: minor refactoring

* PanelChrome: loading state moved to header

* Subscribe to render events to solve title update issue

* Time info and query errors now works

* PanelHeader: unifying angular and react behavior

* added getPanelMenu test

* Scrollable now works again

* Various fixes

* Making stuff work

* seperate event emitter for angular

* Fixed issue sending updated dimensions to angular panel

* Minor tweaks

* Fixed tests

* Alerting: alert state now works

* Fixed unit tests

* Fixed a few null check errors

* Simplified events handling

* Fixed strict null checks
2020-02-09 10:53:34 +01:00
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
specs TablePanel: display multi-line text (#20210) 2020-01-29 13:18:34 +00:00
column_options.html Table: Added text align option to column styles (#21175) 2020-01-09 16:01:12 +01:00
column_options.ts Table: Added text align option to column styles (#21175) 2020-01-09 16:01:12 +01:00
editor.html TablePanel: Remove scroll option on TablePanel (#18318) 2019-07-31 18:56:06 +02:00
editor.ts Inspect: Use AutoSizer for managing width for content in tabs. (#21511) 2020-01-16 11:11:33 +01:00
module.html don't render hidden columns in table panel (#12911) 2018-08-14 08:50:22 +02:00
module.ts PanelChrome: Use react Panel Header for angular panels. (#21265) 2020-02-09 10:53:34 +01:00
plugin.json Plugins: Remove dataFormats key and add skipDataQuery (#16984) 2019-05-10 07:46:14 +02:00
README.md Docs: fixed broken doc link for graph and table panels (#21238) 2019-12-23 17:41:27 +01:00
renderer.ts TablePanel: display multi-line text (#20210) 2020-01-29 13:18:34 +00:00
transformers.ts TablePanel: Prevents crash when data contains mixed data formats (#20202) 2019-11-06 16:57:15 +01:00
types.ts Table: Added text align option to column styles (#21175) 2020-01-09 16:01:12 +01: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:

https://grafana.com/docs/grafana/latest/features/panels/table_panel/