You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm not sure if this is expected or not but rich.table.Table(..., leading=1) (presumably any number) combined with rich.table.Table.add_section() causes the section to not render.
If this is expected behaviour, I think it's weird/bad/confusing. I expect leading=1 to effectively give me row padding but not to stop sections rendering.
Platform
I am using Windows Terminal + WSL running Ubuntu 22.04 so maybe it's that combination of tooling that's leading to a visual nuance?
Full details:
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm not sure if this is expected or not but
rich.table.Table(..., leading=1)
(presumably any number) combined withrich.table.Table.add_section()
causes the section to not render.Minimal reproduction:
If I don't use leading=1, looks as expected:

If I do use it, it looks like this:

If this is expected behaviour, I think it's weird/bad/confusing. I expect leading=1 to effectively give me row padding but not to stop sections rendering.
Platform
I am using Windows Terminal + WSL running Ubuntu 22.04 so maybe it's that combination of tooling that's leading to a visual nuance?
Full details:


The text was updated successfully, but these errors were encountered: