Describe the bug
When expanding a row, the new added rows will hide some of the content, if not all.
It seems that the pageSize has some impact on what's currently being rendered.
Your minimal, reproducible example
https://github.com/TanStack/table/tree/main/examples/react/expanding
Steps to reproduce
- Run the example
expanding
- Expand last row
- Sub rows won't be visible
Expected behavior
As a user, I expect to be able to see the sub-rows, regardless the page size limit.
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
react-table version
8.9.3
TypeScript version
5.0.4
Additional context
Also using
- @tanstack/react-query": "^4.29.13",
- @tanstack/react-query-devtools": "^4.29.13"
- @tanstack/react-table": "^8.9.3"
- @tanstack/react-virtual": "^3.0.0-beta.54"
Terms & Code of Conduct
Describe the bug
When expanding a row, the new added rows will hide some of the content, if not all.
It seems that the
pageSizehas some impact on what's currently being rendered.Your minimal, reproducible example
https://github.com/TanStack/table/tree/main/examples/react/expanding
Steps to reproduce
expandingExpected behavior
As a user, I expect to be able to see the sub-rows, regardless the page size limit.
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
react-table version
8.9.3
TypeScript version
5.0.4
Additional context
Also using
-
@tanstack/react-query": "^4.29.13",-
@tanstack/react-query-devtools": "^4.29.13"-
@tanstack/react-table": "^8.9.3"-
@tanstack/react-virtual": "^3.0.0-beta.54"Terms & Code of Conduct