grafana/public/app/plugins/panel/table
Paul Marbach ec38e0bd58
Table: Enable tableNextGen by default (#109832)
* 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
2025-08-26 17:25:16 -04:00
..
__snapshots__
cells Table: Enable tableNextGen by default (#109832) 2025-08-26 17:25:16 -04:00
img
PaginationEditor.tsx Table: Enable tableNextGen by default (#109832) 2025-08-26 17:25:16 -04:00
README.md Docs: Update broken links to grafana play (#86233) 2024-04-16 09:32:52 -03:00
TableCellOptionEditor.tsx Table: Enable tableNextGen by default (#109832) 2025-08-26 17:25:16 -04:00
TablePanel.tsx Table: Enable tableNextGen by default (#109832) 2025-08-26 17:25:16 -04:00
migrations.test.ts Table: Fixes migration for hidden columns in angular table (#84579) 2024-03-15 16:05:34 +01:00
migrations.ts Dashboard Migrations: v25 & v24; migrate angular table (#108826) 2025-08-07 14:14:39 -06:00
module.tsx Table: Enable tableNextGen by default (#109832) 2025-08-26 17:25:16 -04:00
panelcfg.cue Table: Enable tableNextGen by default (#109832) 2025-08-26 17:25:16 -04:00
panelcfg.gen.ts Table: Enable tableNextGen by default (#109832) 2025-08-26 17:25:16 -04:00
plugin.json Plugins: Update all core plugins with raise issue and docs links (#101929) 2025-03-12 14:15:46 +01:00
suggestions.ts FEMT: Add `no-restricted-img-srcs` rule (#105006) 2025-05-12 10:34:17 +01:00

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/