Skip to content

Commit 0176bef

Browse files
committed
docs(table): add column highlight option
1 parent 5ba9cb5 commit 0176bef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/tables.rst

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ There are a number of options you can set on a column to modify how it will look
142142
- ``max_width`` When set to an integer will prevent the column from growing beyond this amount.
143143
- ``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.
144144
- ``no_wrap`` Set to True to prevent this column from wrapping.
145+
- ``highlight`` Set to True to enable automatic highlighting of cell contents.
145146

146147
Vertical Alignment
147148
~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)