grafana/public/app/plugins/panel/table
Torkel Ödegaard c00c0a283e
TablePanel: Switch to radio buttons for some cell options (#65000)
* TablePanel: Switch to radio buttons for the cell option

* Fixes issue with no default mode handling for colored background
2023-03-20 16:37:58 +01:00
..
__snapshots__ Update jest monorepo to v29 (#58261) 2022-11-24 14:00:41 +00:00
cells TablePanel: Switch to radio buttons for some cell options (#65000) 2023-03-20 16:37:58 +01:00
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
migrations.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
migrations.ts Migrate table to cue model (#61852) 2023-03-01 17:48:36 +02:00
module.tsx Table Panel: Add ability to use text color for value or hide value in gauge cell (#61477) 2023-03-10 14:41:46 +01:00
PaginationEditor.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
panelcfg.cue TablePanel: Default cell height should be small (#64611) 2023-03-13 08:12:46 +01:00
panelcfg.gen.ts TablePanel: Default cell height should be small (#64611) 2023-03-13 08:12:46 +01:00
plugin.json Migrate table to cue model (#61852) 2023-03-01 17:48:36 +02:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
suggestions.ts Migrate table to cue model (#61852) 2023-03-01 17:48:36 +02:00
TableCellOptionEditor.tsx Table Panel: Add ability to use text color for value or hide value in gauge cell (#61477) 2023-03-10 14:41:46 +01:00
TablePanel.tsx Table: Introduce sparkline cell type (#63182) 2023-03-10 14:41:06 +02: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/