grafana/public/app/plugins/panel/table
Kyle Cunningham c9b1e81ed2
Table panel: Add alt and title text options to image cell type (#89930)
* Various updates

* Update form callbacks

* Use defaultValue as opposed to value on input

* Fix things up

* Docs

* Prettier

* Update docs

* Update label text

* Prettier
2024-07-03 22:10:54 +03:00
..
__snapshots__ Table: Fix migrations from old angular table for cell color modes (#65760) 2023-04-06 09:19:26 +02:00
cells Table panel: Add alt and title text options to image cell type (#89930) 2024-07-03 22:10:54 +03:00
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
migrations.test.ts Table: Fixes migration for hidden columns in angular table (#84579) 2024-03-15 16:05:34 +01:00
migrations.ts Table: Fixes migration for hidden columns in angular table (#84579) 2024-03-15 16:05:34 +01:00
module.tsx Table Panel: Fix condition for showing footer options (#83801) 2024-03-05 03:17:20 +07:00
PaginationEditor.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
panelcfg.cue Schema: link table panel to the schema definitions (#75671) 2023-09-29 08:21:20 -07:00
panelcfg.gen.ts Schemas: Reduce duplicated jenny code (#84061) 2024-03-11 12:51:44 +01:00
plugin.json Migrate table to cue model (#61852) 2023-03-01 17:48:36 +02:00
README.md Docs: Update broken links to grafana play (#86233) 2024-04-16 09:32:52 -03:00
suggestions.ts kindsys: Adapt to new PanelCfg schema interface (#65297) 2023-05-15 23:07:54 -04:00
TableCellOptionEditor.tsx Table panel: Add alt and title text options to image cell type (#89930) 2024-07-03 22:10:54 +03:00
TablePanel.tsx Table: Don't error if first frame is field-less (empty response) (#89867) 2024-06-28 02:58:49 +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/