* WIP: strings and numbers * Works in displayProcessor but units are not applied in applyFieldOverride * removed bit * Updated * Added docs * fixed typo
36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
+++
|
|
title = "Table panel"
|
|
keywords = ["grafana", "dashboard", "documentation", "panels", "table panel"]
|
|
type = "docs"
|
|
aliases = ["/docs/grafana/latest/reference/table/", "/docs/grafana/latest/features/panels/table_panel/"]
|
|
[menu.docs]
|
|
name = "Table panel"
|
|
parent = "visualizations"
|
|
weight = 1000
|
|
+++
|
|
|
|
# Table panel
|
|
|
|
The table panel is very flexible, supporting multiple modes for time series and for tables, annotation, and raw JSON data. This panel also provides date formatting, value formatting, and coloring options.
|
|
|
|
<img class="screenshot" src="/assets/img/features/table-panel.png">
|
|
|
|
## Data and field options
|
|
|
|
Table visualizations allow you to apply:
|
|
|
|
- [Data transformations]({{< relref "../transformations.md" >}})
|
|
- [Field configuration options and overrides]({{< relref "../field-configuration-options.md" >}})
|
|
- [Thresholds]({{< relref "../thresholds.md" >}})
|
|
|
|
## Display options
|
|
|
|
- **Show header -** Show or hide column names imported from your data source..
|
|
|
|
## Tips
|
|
|
|
### Display original string value
|
|
|
|
Grafana can sometime be too aggressive in parsing strings and displaying them as numbers. To make Grafana show the original
|
|
string create a field override and add a unit property with the `string` unit.
|