From 0176befbbab4b5515e72fad924540e247fc591cb Mon Sep 17 00:00:00 2001 From: TomJGooding <101601846+TomJGooding@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:34:41 +0100 Subject: [PATCH] docs(table): add column highlight option --- docs/source/tables.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/tables.rst b/docs/source/tables.rst index f573dbc6..c0fd4e4b 100644 --- a/docs/source/tables.rst +++ b/docs/source/tables.rst @@ -142,6 +142,7 @@ There are a number of options you can set on a column to modify how it will look - ``max_width`` When set to an integer will prevent the column from growing beyond this amount. - ``ratio`` Defines a ratio to set the column width. For instance, if there are 3 columns with a total of 6 ratio, and ``ratio=2`` then the column will be a third of the available size. - ``no_wrap`` Set to True to prevent this column from wrapping. +- ``highlight`` Set to True to enable automatic highlighting of cell contents. Vertical Alignment ~~~~~~~~~~~~~~~~~~