mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 01:58:24 +00:00
Merge branch 'master' into ptmcg/add_DownloadCountsColumn_progress_column_type
This commit is contained in:
commit
2334af8df5
8 changed files with 29 additions and 25 deletions
|
@ -1,4 +1,4 @@
|
|||
alabaster==0.7.12
|
||||
Sphinx==4.4.0
|
||||
sphinx-rtd-theme==1.0.0
|
||||
sphinx-copybutton==0.4.0
|
||||
sphinx-copybutton==0.5.0
|
||||
|
|
|
@ -62,14 +62,14 @@ There are a number of keyword arguments on the Table constructor you can use to
|
|||
- ``expand`` Set to True to expand the table to the full available size.
|
||||
- ``show_header`` Set to True to show a header, False to disable it.
|
||||
- ``show_footer`` Set to True to show a footer, False to disable it.
|
||||
- ``show edge`` Set to False to disable the edge line around the table.
|
||||
- ``show_edge`` Set to False to disable the edge line around the table.
|
||||
- ``show_lines`` Set to True to show lines between rows as well as header / footer.
|
||||
- ``leading`` Additional space between rows.
|
||||
- ``style`` A Style to apply to the entire table, e.g. "on blue"
|
||||
- ``row_styles`` Set to a list of styles to style alternating rows. e.g. ``["dim", ""]`` to create *zebra stripes*
|
||||
- ``header_style`` Set the default style for the header.
|
||||
- ``footer_style`` Set the default style for the footer.
|
||||
- ``border style`` Set a style for border characters.
|
||||
- ``border_style`` Set a style for border characters.
|
||||
- ``title_style`` Set a style for the title.
|
||||
- ``caption_style`` Set a style for the caption.
|
||||
- ``title_justify`` Set the title justify method ("left", "right", "center", or "full")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue