From 7d7721e30aa6c1945fda4518ed9a907517945312 Mon Sep 17 00:00:00 2001 From: Paul Marbach Date: Wed, 13 Aug 2025 18:04:34 -0400 Subject: [PATCH] Docs: Sort docs update (#109640) * Docs: Update documentation on multi-sort for TableNG * update image for filter docs * Update docs/sources/panels-visualizations/visualizations/table/index.md Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/visualizations/table/index.md Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> --- .../panels-visualizations/visualizations/table/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sources/panels-visualizations/visualizations/table/index.md b/docs/sources/panels-visualizations/visualizations/table/index.md index 32191d113b2..438c059cfe2 100644 --- a/docs/sources/panels-visualizations/visualizations/table/index.md +++ b/docs/sources/panels-visualizations/visualizations/table/index.md @@ -155,7 +155,7 @@ To filter column values, follow these steps: Grafana displays the filter options for that column. - {{< figure src="/static/img/docs/tables/filter-column-values.png" max-width="300px" alt="Filter column values" class="docs-image--no-shadow" >}} + {{< figure src="/media/docs/grafana/panels-visualizations/filter-column-values_12.2.png" max-width="300px" alt="Filter column values" >}} 1. Click the checkbox next to the values that you want to display or click **Select all**. 1. 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. @@ -178,7 +178,8 @@ To remove the filter, click the blue filter icon and then click **Clear filter** Click a column title to change the sort order from default to descending to ascending. Each time you click, the sort order changes to the next option in the cycle. -You can sort multiple columns by holding the `Shift` key and clicking the column name. +You can sort multiple columns by holding the `Cmd` or `Ctrl` key +and clicking the column name. {{< figure src="/static/img/docs/tables/sort-descending.png" max-width="350px" alt="Sort descending" class="docs-image--no-shadow" >}}