grafana/public/app/plugins/panel/table
Torkel Ödegaard 3843c73162
Table: Fix migrations from old angular table for cell color modes (#65760)
* Table: Fix migrations from old angular table

* Update defaults
2023-04-06 09:19:26 +02:00
..
__snapshots__ Table: Fix migrations from old angular table for cell color modes (#65760) 2023-04-06 09:19:26 +02: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 Table: Fix migrations from old angular table for cell color modes (#65760) 2023-04-06 09:19:26 +02:00
migrations.ts Table: Fix migrations from old angular table for cell color modes (#65760) 2023-04-06 09:19:26 +02:00
module.tsx Table Panel: Revert row number column changes (#65470) 2023-03-29 11:04:24 -06:00
PaginationEditor.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
panelcfg.cue Table Panel: Revert row number column changes (#65470) 2023-03-29 11:04:24 -06:00
panelcfg.gen.ts Table Panel: Revert row number column changes (#65470) 2023-03-29 11:04:24 -06: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 Panel: Revert row number column changes (#65470) 2023-03-29 11:04:24 -06: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/