Table Height Not Expanding When Expanding Bottom Rows with Subrows #6090
Replies: 1 comment
Why this happensIn the expanding example, the issue usually comes down to one of two causes depending on whether your table is container-constrained (CSS) or virtualized: 1. CSS Scroll & Overflow Container ConstraintsIn many layouts (and dashboard wrappers), the table container is set with a fixed or constrained height (
2. Virtualized Tables (
|
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.
Hello, I have an issue with row expansion and sub-rows. When I expand rows, particularly those at the bottom of the table, the table doesn't automatically increase its height, so the expanded sub-rows are not visible. I checked the official example and it has the same issue. Has anyone been able to solve this problem?
Expand the last row and you will see that the subrows are not visible, unlike in the first row.
https://tanstack.com/table/latest/docs/framework/react/examples/expanding
Thanks
All reactions