From 717aba33bd6113ffea6b0dbd3ef2926dad644b13 Mon Sep 17 00:00:00 2001 From: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> Date: Wed, 27 Aug 2025 17:38:56 -0400 Subject: [PATCH] Docs: tableNG max cell height (#110069) Co-authored-by: Paul Marbach --- docs/sources/panels-visualizations/visualizations/table/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/panels-visualizations/visualizations/table/index.md b/docs/sources/panels-visualizations/visualizations/table/index.md index b4c84011e3b..1eeb0f21f0f 100644 --- a/docs/sources/panels-visualizations/visualizations/table/index.md +++ b/docs/sources/panels-visualizations/visualizations/table/index.md @@ -210,6 +210,7 @@ This option is only available when you're editing the panel. | Column alignment | Set how Grafana should align cell contents. Choose from: **Auto** (default), **Left**, **Center**, or **Right**. | | Column filter | Temporarily change how column data is displayed. For example, show or hide specific values. For more information, refer to [Column filtering](#column-filtering). | | Wrap text | Enables text wrapping for cell content. | +| Max cell height |

Define the maximum height for the row. This option is only displayed if you enable **Wrap text**.

If you set a maximum height for a specific cell using an override, but the row appears taller than it should, this is likely because another cell in the row is taller than that one due to text wrapping.

| | Wrap header text | Enables text wrapping for column headers. |