From 95eda3f56a37f298877b899b93b8038737f5c36c Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:49:42 -0500 Subject: [PATCH] [v10.4.x] [v11.0.x] Docs - Remove Wrap text option from Cell options (#97269) Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> --- .../visualizations/table/index.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/sources/panels-visualizations/visualizations/table/index.md b/docs/sources/panels-visualizations/visualizations/table/index.md index e7da8020725..08a6434be33 100644 --- a/docs/sources/panels-visualizations/visualizations/table/index.md +++ b/docs/sources/panels-visualizations/visualizations/table/index.md @@ -215,7 +215,6 @@ Cell options allow you to control how data is displayed in a table. The options are: - [Cell type](#cell-type) - Control the default cell display settings. -- [Wrap text](#wrap-text) - Wrap text in the cell that contains the longest content in your table. - [Cell value inspect](#cell-value-inspect) - Enables value inspection from table cells. #### Cell type @@ -323,18 +322,6 @@ Set the following options: - **Alt text** - Set the alternative text of an image. The text will be available for screen readers and in cases when images can't be loaded. - **Title text** - Set the text that's displayed when the image is hovered over with a cursor. -#### Wrap text - -{{< admonition type="note" >}} -Text wrapping is in [public preview](https://grafana.com/docs/release-life-cycle/#public-preview), however, it’s available to use by default. -We’d love hear from you about how this new feature is working. To provide feedback, you can open an issue in the [Grafana GitHub repository](https://github.com/grafana/grafana). -{{< /admonition >}} - -Toggle the **Wrap text** switch to wrap text in the cell that contains the longest content in your table. -To wrap the text in a specific column only, use the Wrap Text option in a [field override](ref:field-override). - -This option is available for the following cell types: **Auto**, **Colored text**, and **Colored background**. - #### Cell value inspect 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.