From 7eee34311d56a98b63ee568bc18d5b19a1ac19e6 Mon Sep 17 00:00:00 2001 From: Kyle Cunningham Date: Wed, 20 Mar 2024 14:55:13 -0500 Subject: [PATCH] Table Panel: Add documentation for apply to row (#84786) * Add documentation for apply to row * Updated wording Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> * Remove image Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> * Prettier * Added word to improve clarity --------- Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> --- .../panels-visualizations/visualizations/table/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/panels-visualizations/visualizations/table/index.md b/docs/sources/panels-visualizations/visualizations/table/index.md index 6a1dcc07fb5..8a8ac59e5da 100644 --- a/docs/sources/panels-visualizations/visualizations/table/index.md +++ b/docs/sources/panels-visualizations/visualizations/table/index.md @@ -98,6 +98,10 @@ If thresholds are set, then the field background is displayed in the appropriate {{< figure src="/static/img/docs/tables/color-background.png" max-width="500px" caption="Color background" class="docs-image--no-shadow" >}} +Toggle the **Apply to entire row** switch, to apply the background color that's configured for the cell to the whole row. + +{{< figure src="/static/img/docs/tables/colored-rows.png" max-width="500px" alt="Colored row background" class="docs-image--no-shadow" >}} + ### Gauge Cells can be displayed as a graphical gauge, with several different presentation types.