mirror of https://github.com/grafana/grafana.git
* Table: Enable tableNextGen by default * kill off tableNextGen feature flag * i18n * i18n * i18n * remove state beta from table panel * fix migration for 0 decimals migration * add explicit auto option bacjk * match impl from previous migrations code * try changing some selectors * remove timezone test from Cypress * fix PlaylistForm unit test * fix some selectors * clean up i18n, are these gridcells somehow? * return a couple of selectors caught in the dragnet to being cell instead of gridcell * fix i18n for en-US * clean up gdevs now that wrapHeaderText has no default * update role in e2e for when it is re-enabled |
||
---|---|---|
.. | ||
__snapshots__ | ||
cells | ||
img | ||
PaginationEditor.tsx | ||
README.md | ||
TableCellOptionEditor.tsx | ||
TablePanel.tsx | ||
migrations.test.ts | ||
migrations.ts | ||
module.tsx | ||
panelcfg.cue | ||
panelcfg.gen.ts | ||
plugin.json | ||
suggestions.ts |
README.md
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/