From f97d021c587b5fff3db1b2d589ecef7826b1e612 Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Wed, 13 May 2020 16:30:49 -0700 Subject: [PATCH] Docs: Create table-panel.md (#24457) * Create table-panel.md * Update docs/sources/panels/visualizations/table-panel.md Co-authored-by: Dominik Prokop * Update docs/sources/panels/visualizations/table-panel.md Co-authored-by: Dominik Prokop * Update table-panel.md Co-authored-by: Dominik Prokop --- .../panels/visualizations/table-panel.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/sources/panels/visualizations/table-panel.md diff --git a/docs/sources/panels/visualizations/table-panel.md b/docs/sources/panels/visualizations/table-panel.md new file mode 100644 index 00000000000..2c1640e8342 --- /dev/null +++ b/docs/sources/panels/visualizations/table-panel.md @@ -0,0 +1,31 @@ ++++ +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 = 500 +draft = "true" ++++ + + +# 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. + + + +To view table panels in action and test different configurations with sample data, check out the [Table Panel Showcase in the Grafana Playground](ADD LINK TEXT). + +## Data and field options +Tables visualizations allow you to apply: + +- Data transformations +- Field options +- Field option overrides + +## Display options +- **Show header -** Show or hide column names imported from your data source..