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
When I was trying to create a virtual table using tanstack, I accidentally discovered that it was using a very high amount of memory when scrolling, and even after GC, the page remained with high memory for about 3 minutes. Then I looked at the official React Demo and found the same issue.
But,when I use pure data and @tanstack/virtual-core to build a grid list, it is ok. So I think it's a @tanstack/solid-table's problem.
Do you intend to try to help solve this bug with your own PR?
No, because I do not have time to dig into it
Terms & Code of Conduct
I agree to follow this project's Code of Conduct
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.
The text was updated successfully, but these errors were encountered:
TanStack Table version
v8.12.0
Framework/Library version
Solid v1.8.1 and React v18.2.0
Describe the bug and the steps to reproduce it
When I was trying to create a virtual table using tanstack, I accidentally discovered that it was using a very high amount of memory when scrolling, and even after GC, the page remained with high memory for about 3 minutes. Then I looked at the official React Demo and found the same issue.
But,when I use pure data and
@tanstack/virtual-core
to build a grid list, it is ok. So I think it's a @tanstack/solid-table's problem.Demo is here.
Souce Code is here
Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
https://tanstack.com/table/latest/docs/framework/react/examples/virtualized-columns
Screenshots or Videos (Optional)
iShot_2024-02-16_10.07.30.mp4
Do you intend to try to help solve this bug with your own PR?
No, because I do not have time to dig into it
Terms & Code of Conduct
The text was updated successfully, but these errors were encountered: