Skip to content

Commit d24b21d

Browse files
authored
Docs: update cell inspect behaviour (grafana#92334)
1 parent 3d3879f commit d24b21d

File tree

1 file changed

+4
-4
lines changed
  • docs/sources/panels-visualizations/visualizations/table

1 file changed

+4
-4
lines changed

docs/sources/panels-visualizations/visualizations/table/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,11 @@ Toggle the **Wrap text** switch to wrap text in the cell with the longest conten
241241

242242
### Cell value inspect
243243

244-
Enables value inspection from table cell. The raw value is presented in a modal window.
244+
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.
245245

246-
{{% admonition type="note" %}}
247-
Cell value inspection is only available when cell display mode is set to Auto, Color text, Color background or JSON View.
248-
{{% /admonition %}}
246+
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.
247+
248+
Cell value inspection is only available when the **Cell type** selection is **Auto**, **Colored text**, **Colored background**, or **JSON View**.
249249

250250
## Turn on column filtering
251251

0 commit comments

Comments
 (0)