virtual
virtual copied to clipboard
Scrolling with large list (3.000.000 rows)
Describe the bug
I have a list of about 3 million rows. However, when I scroll to line 745531, I cannot continue scrolling down. I reused the demo on the documentation page and this error still occurs.
Your minimal, reproducible example
https://stackblitz.com/edit/vitejs-vite-u5vcfanm?file=src%2Fmain.tsx
Steps to reproduce
- Go to example
- Scroll end the list
But I can not scroll to row 3000000
Expected behavior
The list can scroll to the end list
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
- OS: Linux
- Browser: Brave
- Version: 1.78.94
tanstack-virtual version
v3.13.8
TypeScript version
v5.2.2
Additional context
No response
Terms & Code of Conduct
- [x] I agree to follow this project's Code of Conduct
- [x] I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.