mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 09:05:45 -06:00
* 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 |
||
---|---|---|
.. | ||
img | ||
specs | ||
column_options.html | ||
column_options.ts | ||
editor.html | ||
editor.ts | ||
module.html | ||
module.ts | ||
plugin.json | ||
README.md | ||
renderer.ts | ||
transformers.ts | ||
types.ts |
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/