grafana/public/app/plugins/panel/table-old
kay delaney 8143991b94
Security: Update default CSP template and fix firefox CSP issues (#34836)
* Security: Update default content_security_policy_template
- Add 'strict-dynamic' back to script-src
- Add ws(s)://$ROOT_PATH to connect-src
- Change onEvent to on-event in angular templates to fix CSP issues in firefox.
- Add blob: to style-src
2021-05-28 17:01:10 +02:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
specs Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
column_options.html Security: Update default CSP template and fix firefox CSP issues (#34836) 2021-05-28 17:01:10 +02:00
column_options.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
editor.html Table: migrate old-table config to new table config (#30142) 2021-01-15 13:06:40 +01:00
editor.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
module.html Table Panel: use react as the default table panel (#23543) 2020-04-14 12:14:06 -07:00
module.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
README.md Table Panel: use react as the default table panel (#23543) 2020-04-14 12:14:06 -07:00
renderer.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
transformers.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
types.ts Table Panel: use react as the default table panel (#23543) 2020-04-14 12:14:06 -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:

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