mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 16:27:02 -06:00
c9b1e81ed2
* Various updates * Update form callbacks * Use defaultValue as opposed to value on input * Fix things up * Docs * Prettier * Update docs * Update label text * Prettier |
||
---|---|---|
.. | ||
__snapshots__ | ||
cells | ||
img | ||
migrations.test.ts | ||
migrations.ts | ||
module.tsx | ||
PaginationEditor.tsx | ||
panelcfg.cue | ||
panelcfg.gen.ts | ||
plugin.json | ||
README.md | ||
suggestions.ts | ||
TableCellOptionEditor.tsx | ||
TablePanel.tsx |
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/