mirror of https://github.com/grafana/grafana
combines table viz docs (#52176)
parent
5fe1068f81
commit
2520d8f827
@ -1,48 +0,0 @@ |
||||
--- |
||||
aliases: |
||||
- /docs/grafana/latest/features/panels/table_panel/ |
||||
- /docs/grafana/latest/panels/visualizations/table/filter-table-columns/ |
||||
- /docs/grafana/latest/reference/table/ |
||||
- /docs/grafana/latest/visualizations/table/filter-table-columns/ |
||||
- /docs/grafana/next/panels/visualizations/table/table-field-options/ |
||||
keywords: |
||||
- grafana |
||||
- table options |
||||
- documentation |
||||
- format tables |
||||
- table filter |
||||
- filter columns |
||||
title: Filter table columns |
||||
weight: 600 |
||||
--- |
||||
|
||||
# Filter table columns |
||||
|
||||
If you turn on the **Column filter**, then you can filter table options. |
||||
|
||||
## Turn on column filtering |
||||
|
||||
1. In Grafana, navigate to the dashboard with the table with the columns that you want to filter. |
||||
1. On the table panel you want to filter, open the panel editor. |
||||
1. Click the **Field** tab. |
||||
1. In Table options, turn on the **Column filter** option. |
||||
|
||||
A filter icon appears next to each column title. |
||||
|
||||
{{< figure src="/static/img/docs/tables/column-filter-with-icon.png" max-width="500px" caption="Column filtering turned on" class="docs-image--no-shadow" >}} |
||||
|
||||
## Filter column values |
||||
|
||||
To filter column values, click the filter (funnel) icon next to a column title. Grafana displays the filter options for that column. |
||||
|
||||
{{< figure src="/static/img/docs/tables/filter-column-values.png" max-width="500px" caption="Filter column values" class="docs-image--no-shadow" >}} |
||||
|
||||
Click the check box next to the values that you want to display. Enter text in the search field at the top to show those values in the display so that you can select them rather than scroll to find them. |
||||
|
||||
## Clear column filters |
||||
|
||||
Columns with filters applied have a blue funnel displayed next to the title. |
||||
|
||||
{{< figure src="/static/img/docs/tables/filtered-column.png" max-width="500px" caption="Filtered column" class="docs-image--no-shadow" >}} |
||||
|
||||
To remove the filter, click the blue funnel icon and then click **Clear filter**. |
Loading…
Reference in new issue