Replies: 1 comment
-
That's a bug. I've created an issue #1044 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently
rich
supports printing tables without columns, but the title will be set to 1 character width:output:
So I want to set a min-width for the table, but raised a AssertionError:
I take response from a API to generate columns and rows dynamically so they could be None.
Is there any way I can properly print a table without columns?
Beta Was this translation helpful? Give feedback.
All reactions