mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
- Extracted table panel's merge logic to combine multiple tables into one - Put the merge logic into the table model as it merges multiple table models - make use of merge in Explore's table query response handler - copied tests over to table model spec, kept essential tests in transformer spec |
||
---|---|---|
.. | ||
img | ||
specs | ||
column_options.html | ||
column_options.ts | ||
editor.html | ||
editor.ts | ||
module.html | ||
module.ts | ||
plugin.json | ||
README.md | ||
renderer.ts | ||
transformers.ts |
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: