grafana/public/app/plugins/panel/table
Jev Forsberg c6f4eb4282
chore: remove unused css prop (#62350)
balm0mma/remUnusedCss/ remove unused css prop
2023-01-30 11:33:20 -07:00
..
__snapshots__ Update jest monorepo to v29 (#58261) 2022-11-24 14:00:41 +00:00
cells Table Panel: Refactor Cell Options to Allow for Options per Cell Type (#59363) 2023-01-12 18:42:57 +07: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 Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
models.gen.ts Table Panel: Refactor Cell Options to Allow for Options per Cell Type (#59363) 2023-01-12 18:42:57 +07:00
module.tsx Table Panel: Refactor Cell Options to Allow for Options per Cell Type (#59363) 2023-01-12 18:42:57 +07:00
PaginationEditor.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
panelcfg.cue panels: Remove redundant import package from cue defs (#61949) 2023-01-23 14:28:44 -05:00
plugin.json TimeSeries: Make timeseries the default panel and remove beta state (#33639) 2021-05-05 13:19:14 +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 Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
TableCellOptionEditor.tsx Table: Fixes broken link styles after recent cell options PR (#61582) 2023-01-17 17:08:23 +01:00
TablePanel.tsx chore: remove unused css prop (#62350) 2023-01-30 11:33:20 -07: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/