grafana/public/app/plugins/panel/table
pricek 561ccf419c
Table: Add minimum column width field for auto resizing (#35351)
* TablePanel: Adds minimum column width field

The table panel uses virtual rendering of rows, which prevents resizing
based on the contents of a column. A minimum column width field
simulates this ability.

* Fixed indentation issue

* Updates the table panel documentation

Added the "Minimum column width" option to table panel docs and updated
the information for the "Column width" option in the docs.
2021-07-12 09:46:23 +02:00
..
__snapshots__ Table: migrate old-table config to new table config (#30142) 2021-01-15 13:06:40 +01:00
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
migrations.test.ts Table: migrate old-table config to new table config (#30142) 2021-01-15 13:06:40 +01:00
migrations.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
models.cue Table: Add minimum column width field for auto resizing (#35351) 2021-07-12 09:46:23 +02:00
models.gen.ts Table: Add minimum column width field for auto resizing (#35351) 2021-07-12 09:46:23 +02:00
module.tsx Table: Add minimum column width field for auto resizing (#35351) 2021-07-12 09:46:23 +02:00
plugin.json TimeSeries: Make timeseries the default panel and remove beta state (#33639) 2021-05-05 13:19:14 +02:00
README.md Docs: fixed broken doc link for graph and table panels (#21238) 2019-12-23 17:41:27 +01:00
TablePanel.tsx Table: Fixes not data warning style (#33603) 2021-05-03 09:43:42 +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/