grafana/public/app/plugins/panel/table
Ryan McKinley f434467ef8
Table: Support showing data links inline. (#80691)
2024-01-17 23:05:25 +02:00
..
__snapshots__ Table: Fix migrations from old angular table for cell color modes (#65760) 2023-04-06 09:19:26 +02:00
cells Stack: Use the component from grafana/ui (#77543) 2023-11-06 18:15:52 +02:00
img
PaginationEditor.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
README.md
TableCellOptionEditor.tsx Table: Support showing data links inline. (#80691) 2024-01-17 23:05:25 +02:00
TablePanel.tsx Table: Highlight row on shared crosshair (#78392) 2023-12-13 11:33:14 +02:00
migrations.test.ts Table: Support display of multiple sub tables (#71953) 2023-08-10 12:33:46 +01:00
migrations.ts Chore: Improve typings and ignore `Graph` (#75742) 2023-10-06 11:48:15 +01:00
module.tsx Schema: link table panel to the schema definitions (#75671) 2023-09-29 08:21:20 -07:00
panelcfg.cue Schema: link table panel to the schema definitions (#75671) 2023-09-29 08:21:20 -07:00
panelcfg.gen.ts Schema: link table panel to the schema definitions (#75671) 2023-09-29 08:21:20 -07:00
plugin.json Migrate table to cue model (#61852) 2023-03-01 17:48:36 +02:00
suggestions.ts kindsys: Adapt to new PanelCfg schema interface (#65297) 2023-05-15 23:07:54 -04: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/