grafana/public/app/plugins/panel/table
Torkel Ödegaard 4aa227dd84 [Tech]: Start migrating to Jest for tests (#9610)
* tech: investigating karma + jest mix

* tech: migrating tests to jest

* tech: moved anoter test file to jest

* test: migrated two more test files to jest

* test: updated readme and made test fail to verify that it causes CI build failure

* tech: added code coverage for jest tests

* tech: testing codecov coverage

* tech: migrated more tests

* tech: migrated template srv to typescript and the tests to jest

* tech: minor build fix

* tech: build fixes

* build: another attempt at fixing go test with coverage
2017-10-22 07:03:26 +02:00
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
specs [Tech]: Start migrating to Jest for tests (#9610) 2017-10-22 07:03:26 +02:00
column_options.html Unified Color picker fixes (#9466) 2017-10-09 13:54:14 +02:00
column_options.ts Unified Color picker fixes (#9466) 2017-10-09 13:54:14 +02:00
editor.html table: minor table options improvement 2017-08-02 12:34:36 +02:00
editor.ts tech: removing unused variables from typescript files, and making tslint rules more strict 2017-09-21 16:40:18 +02:00
module.html refactor and add column alias tests 2017-05-05 12:40:49 -04:00
module.ts tech: removing unused variables from typescript files, and making tslint rules more strict 2017-09-21 16:40:18 +02:00
plugin.json chore: update all grafana.org urls to .com 2017-03-21 15:37:55 +01:00
README.md feat(plugins): adds a readme for every native plugin 2016-03-30 23:33:30 +02:00
renderer.ts [Tech]: Start migrating to Jest for tests (#9610) 2017-10-22 07:03:26 +02:00
transformers.ts [Tech]: Start migrating to Jest for tests (#9610) 2017-10-22 07:03:26 +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:

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