grafana/public/app/plugins/panel/table
Torkel Ödegaard 8de10a8b9f
Field: UI & Code consistency Title -> Display name (#24507)
* Field: Change getFieldTitle to getFieldDisplayNamne and change the NAME of the title field config from Title to Display name

* Review feedback

* fixed unit tests

* Rename fieldConfig.title to displayName

* Fixed tests

* Added migration

* Renamed getFrameDisplayTitle to getFrameDisplayName
2020-05-12 13:52:53 +02:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
migrations.ts Table Panel: use react as the default table panel (#23543) 2020-04-14 12:14:06 -07:00
module.tsx Table: Add default cell link style and tooltip to data links in table (#23818) 2020-04-23 13:57:08 +02:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
README.md Docs: fixed broken doc link for graph and table panels (#21238) 2019-12-23 17:41:27 +01:00
TablePanel.tsx Field: UI & Code consistency Title -> Display name (#24507) 2020-05-12 13:52:53 +02:00
types.ts Table: Improvements to column resizing, style and alignment (#23663) 2020-04-20 09:27:40 +02: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/