grafana/public/app/plugins/panel/table
Ashley Harrison 0c44a6f9bb
Chore: Improve typings 🧹 (#74599)
* various type fixes

* candlestick panel type fixes

* few more fixes

* some fixes

* more :)

* moar!

* undo change to SilencesFilter

* undo change to configureStore
2023-09-13 09:17:07 +01: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: Support display of multiple sub tables (#71953) 2023-08-10 12:33:46 +01:00
migrations.ts Table: Support display of multiple sub tables (#71953) 2023-08-10 12:33:46 +01:00
module.tsx Chore: Improve typings 🧹 (#74599) 2023-09-13 09:17:07 +01:00
PaginationEditor.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
panelcfg.cue kindsys: Adapt to new flattened lineage syntax in Thema (#68034) 2023-05-24 10:47:25 +02:00
panelcfg.gen.ts Chore: Generate plugin version and remove lineage version (#69781) 2023-06-27 12:47:14 +03: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 kindsys: Adapt to new PanelCfg schema interface (#65297) 2023-05-15 23:07:54 -04:00
TableCellOptionEditor.tsx Add rudderstack tracking for table panel (#71836) 2023-09-13 10:32:00 +03:00
TablePanel.tsx Add rudderstack tracking for table panel (#71836) 2023-09-13 10:32:00 +03: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/