mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 10:08:40 +00:00
table fix
This commit is contained in:
parent
03a5213468
commit
b78da976d2
9 changed files with 73 additions and 28 deletions
|
@ -18,4 +18,4 @@ table.add_row("Dec 15, 2017", "Star Wars Ep. V111: The Last Jedi", "$1,332,539,8
|
|||
table.add_row("Dec 16, 2016", "Rouge One: A Star Wars Story", "$1,332,439,889")
|
||||
|
||||
console = Console()
|
||||
console.print(table)
|
||||
console.print(table, justify="center")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue