Skip to content

Commit

Permalink
docs(table): add column highlight option
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJGooding committed Oct 3, 2024
1 parent 5ba9cb5 commit 0176bef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/tables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 0176bef

Please sign in to comment.