mirror of https://github.com/Textualize/rich.git
Update progress.rst
This commit is contained in:
parent
007f8999be
commit
2558c6fab1
|
@ -131,7 +131,7 @@ To implement your own columns, extend the :class:`~rich.progress.ProgressColumn`
|
||||||
Table Columns
|
Table Columns
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
Rich builds a :class:~rich.table.Table` for the tasks in the Progress instance. You can customize how the columns of this *tasks table* are created by specifying the `table_column` argument in the Column constructor, which should be a :class:`~rich.table.Column` instance.
|
Rich builds a :class:`~rich.table.Table` for the tasks in the Progress instance. You can customize how the columns of this *tasks table* are created by specifying the `table_column` argument in the Column constructor, which should be a :class:`~rich.table.Column` instance.
|
||||||
|
|
||||||
The following example demonstrates a progress bar where the description takes one third of the width of the terminal, and the bar takes up the remaining third.
|
The following example demonstrates a progress bar where the description takes one third of the width of the terminal, and the bar takes up the remaining third.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue