docs(table): add column highlight option

This commit is contained in:
TomJGooding 2024-10-03 16:34:41 +01:00
parent 5ba9cb56e6
commit 0176befbba
1 changed files with 1 additions and 0 deletions

View File

@ -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
~~~~~~~~~~~~~~~~~~