-
I have a code example of nesting virtualizers but there is an issue where I'm unable to scroll down when I near the 2nd entry: Here is a screenshot of the virtualized areas. So the rows and the entries within the rows are virtualized. An example of the problem when scrolling down: CleanShot.2024-11-07.at.07.26.00.mp4From what I understand react-virtual can handle this use case so I figured I am missing some aspect of implementation here that is causing the problem. Any extra eyes on insights would be appreciated, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Looks like something of when you use |
Beta Was this translation helpful? Give feedback.
Looks like something of when you use
overscan: 0
basic this option means how many elements are extra render outside the view port, setting it to 1, fixes the issue https://stackblitz.com/edit/tanstack-virtual-tjtt7v?file=src%2Fmain.tsx,package.json