grafana/public/app/plugins/panel/table-old
Hugo Häggmark 00a9af00fc
Templating: removes old Angular variable system and featureToggle (#24779)
* Chore: initial commit

* Tests: fixes MetricsQueryEditor.test.tsx

* Tests: fixes cloudwatch/specs/datasource.test.ts

* Tests: fixes stackdriver/specs/datasource.test.ts

* Tests: remove refrences to CustomVariable

* Refactor: moves DefaultVariableQueryEditor

* Refactor: moves utils

* Refactor: moves types

* Refactor: removes variableSrv

* Refactor: removes feature toggle newVariables

* Refactor: removes valueSelectDropDown

* Chore: removes GeneralTabCtrl

* Chore: migrates RowOptions

* Refactor: adds RowOptionsButton

* Refactor: makes the interface more explicit

* Refactor: small changes

* Refactor: changed type as it can be any variable type

* Tests: fixes broken test

* Refactor: changes after PR comments

* Refactor: adds loading state and call to onChange in componentDidMount
2020-06-04 13:44:48 +02:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
specs DateTime: adding support to select preferred timezone for presentation of date and time values. (#23586) 2020-04-27 15:28:06 +02:00
column_options.html OldTable: Make old table options align & look better (#24485) 2020-05-10 17:11:51 +02:00
column_options.ts Table: Fixed error going into new panel edit (#23594) 2020-04-15 17:40:02 +02:00
editor.html OldTable: Make old table options align & look better (#24485) 2020-05-10 17:11:51 +02:00
editor.ts Table: Fixed error going into new panel edit (#23594) 2020-04-15 17:40:02 +02:00
module.html Table Panel: use react as the default table panel (#23543) 2020-04-14 12:14:06 -07:00
module.ts Templating: removes old Angular variable system and featureToggle (#24779) 2020-06-04 13:44:48 +02:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
README.md Table Panel: use react as the default table panel (#23543) 2020-04-14 12:14:06 -07:00
renderer.ts DateTime: adding support to select preferred timezone for presentation of date and time values. (#23586) 2020-04-27 15:28:06 +02:00
transformers.ts Table Panel: use react as the default table panel (#23543) 2020-04-14 12:14:06 -07:00
types.ts Table Panel: use react as the default table panel (#23543) 2020-04-14 12:14:06 -07: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/