grafana/public/app/plugins/panel/table-old
Jack Westbrook 3a7623753b
Build: Replace babel-loader with esbuild-loader (#57837)
* build(webpack): replace babel-loader with esbuild-loader

* build(webpack): add esbuild minifier to production builds

* Wip

* Removed ngInject and replaced with manual inject params

* chore: bump esbuild to 0.15.13

* Fixed angular issues

* build(frontend): update esbuild to 0.16.16

* chore(webpack): support browserslist for esbuild

* build(esbuild): unify versions of esbuild to 0.16.17 and esbuild-loader to 2.21.0

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2023-01-23 12:15:05 +01:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
specs rename table_model.ts => TableModel.ts (#51659) 2022-08-03 10:33:13 +00:00
column_options.html Security: Update default CSP template and fix firefox CSP issues (#34836) 2021-05-28 17:01:10 +02:00
column_options.ts Build: Replace babel-loader with esbuild-loader (#57837) 2023-01-23 12:15:05 +01:00
editor.html Table: migrate old-table config to new table config (#30142) 2021-01-15 13:06:40 +01:00
editor.ts Build: Replace babel-loader with esbuild-loader (#57837) 2023-01-23 12:15:05 +01:00
module.html Table Panel: use react as the default table panel (#23543) 2020-04-14 12:14:06 -07:00
module.ts Build: Replace babel-loader with esbuild-loader (#57837) 2023-01-23 12:15:05 +01:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
renderer.ts Chore: Reduce usage of v1 theme (#53245) 2022-08-08 16:37:06 +01:00
transformers.ts rename table_model.ts => TableModel.ts (#51659) 2022-08-03 10:33:13 +00:00
types.ts rename table_model.ts => TableModel.ts (#51659) 2022-08-03 10:33:13 +00: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/