grafana/public/app/plugins/panel/table
Jev Forsberg d23ebf63d2
Table Panel: Revert row number column changes (#65470)
* baldm0mma/revert

* baldm0mma/revert

* baldm0mma/revert/ update tests

* baldm0mma/revert/ add back isCountRowsSet condition

* baldm0mma/revert/ update tests

* baldm0mma/revert update annos
2023-03-29 11:04:24 -06: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: 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/