From 3531e6adfa72d5bc2de7646140908ec7e0ef5cf1 Mon Sep 17 00:00:00 2001 From: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:39:04 -0500 Subject: [PATCH] [v11.0.x] Docs - Remove Wrap text option from Cell options (#97213) --- .../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 54594efb99e..cc1d284c0e3 100644 --- a/docs/sources/panels-visualizations/visualizations/table/index.md +++ b/docs/sources/panels-visualizations/visualizations/table/index.md @@ -225,7 +225,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 @@ -333,18 +332,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.