grafana/public/app/plugins/panel/table2
Torkel Ödegaard 3347b45a95
Table: Component progress & custom FieldConfig options (#21231)
* Table: Set & use field display processor

* Use applyFieldOverrides outside in story instead

* Change types a bit

* Table: Move to flexible layout

* Simplest possible custom field option

* Skip default column

* Added textAlign

* Explore: Set display processor for table data frame

* Fixed storybook

* Refactoring

* Progress on cell display mode

* Major progress

* Progress & refactoring

* Fixes

* Updated tests

* Added more tests

* Table: Progress on cell style customization

* Restored testdata random walk table scenario

* put back unrelated change

* remove unused things

* Updated table story

* Renamed property

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2019-12-23 06:22:54 +01:00
..
img add a basic alpha react table 2019-03-05 16:07:46 -08:00
module.tsx Table: Component progress & custom FieldConfig options (#21231) 2019-12-23 06:22:54 +01:00
plugin.json Plugins: Remove dataFormats key and add skipDataQuery (#16984) 2019-05-10 07:46:14 +02:00
README.md add a basic alpha react table 2019-03-05 16:07:46 -08:00
TablePanel.tsx Table: Component progress & custom FieldConfig options (#21231) 2019-12-23 06:22:54 +01:00
TablePanelEditor.tsx Table: Component progress & custom FieldConfig options (#21231) 2019-12-23 06:22:54 +01:00
types.ts Table: Component progress & custom FieldConfig options (#21231) 2019-12-23 06:22:54 +01: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:

http://docs.grafana.org/reference/table_panel/