mirror of https://github.com/Textualize/rich.git
docs(table): add column highlight option
This commit is contained in:
parent
5ba9cb56e6
commit
0176befbba
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue