grafana/public/app/plugins/panel/table
kay delaney 880fbcb09a
Chore/Tech debt: Remove (most) instances of $q angular service use (#20668)
* Chore/Tech debt: Remove (most) instances of $q angular service use
Removes instances where the angular $q service is used and replaces
it with native Promises.
2019-12-05 09:04:03 +00:00
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
specs TablePanel, GraphPanel: Exclude hidden columns from CSV (#19925) 2019-12-02 21:58:36 +01: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 Chore/Tech debt: Remove (most) instances of $q angular service use (#20668) 2019-12-05 09:04:03 +00:00
editor.html TablePanel: Remove scroll option on TablePanel (#18318) 2019-07-31 18:56:06 +02:00
editor.ts Chore/Tech debt: Remove (most) instances of $q angular service use (#20668) 2019-12-05 09:04:03 +00:00
module.html don't render hidden columns in table panel (#12911) 2018-08-14 08:50:22 +02:00
module.ts PanelData: Support showing data and errors in angular panels (#20286) 2019-11-08 16:38:43 +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 ValueFormats: dynamically create units (#20763) 2019-12-04 09:08:07 +01:00
transformers.ts TablePanel: Prevents crash when data contains mixed data formats (#20202) 2019-11-06 16:57:15 +01:00
types.ts Refactor: move some files to @grafana/data (#17952) 2019-07-06 08:05:53 +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/