-
It's possible in rich to specify the horizontal justification of columns. Is the same possible for rows? It'd like from rich.console import Console
from rich.table import Table
console = Console()
table = Table(show_header=False)
table.add_row(
"Dev 20, 2019", "\n".join(["Star Wars: The Rise of Skywalker"] * 5)
)
console.print(table)
|
Beta Was this translation helpful? Give feedback.
Answered by
nschloe
Oct 13, 2021
Replies: 1 comment
-
Duplicate of #1340. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nschloe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Duplicate of #1340.