Replies: 1 comment 2 replies
-
I think that I was able to find a weird workaround, adding big ratio value to the second column, makes it take all the space. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Apparently rich fails to respect the fixed column with on Tables configured to take the entire space (expand=True).
I tried lots of combinations and I was never able to make Rich avoid expanding the size of the first column above its limits. This is quite problematic for anyone trying to display multiple tables with same columns one after another, as they would not be able to make their column sizes match.
The output is a table where the 1st column is also expanded,...
Beta Was this translation helpful? Give feedback.
All reactions