From d24b21d3ef6ab203674f0de0be858c3eda299574 Mon Sep 17 00:00:00 2001 From: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:26:42 -0400 Subject: [PATCH] Docs: update cell inspect behaviour (#92334) --- .../panels-visualizations/visualizations/table/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/panels-visualizations/visualizations/table/index.md b/docs/sources/panels-visualizations/visualizations/table/index.md index 9098b5a60ed..50176dc2820 100644 --- a/docs/sources/panels-visualizations/visualizations/table/index.md +++ b/docs/sources/panels-visualizations/visualizations/table/index.md @@ -241,11 +241,11 @@ Toggle the **Wrap text** switch to wrap text in the cell with the longest conten ### Cell value inspect -Enables value inspection from table cell. The raw value is presented in a modal window. +Enables value inspection from table cells. When the **Cell inspect value** switch is toggled on, clicking the inspect icon in a cell opens the **Inspect value** drawer. -{{% admonition type="note" %}} -Cell value inspection is only available when cell display mode is set to Auto, Color text, Color background or JSON View. -{{% /admonition %}} +The **Inspect value** drawer has two tabs, **Plain text** and **Code editor**. Grafana attempts to automatically detect the type of data in the cell and opens the drawer with the associated tab showing. However, you can switch back and forth between tabs. + +Cell value inspection is only available when the **Cell type** selection is **Auto**, **Colored text**, **Colored background**, or **JSON View**. ## Turn on column filtering