Solid-virtual Dynamic Height + Dynamic Data
Hi, I am using query + virtual to create a sheet with comments
I went through all the issues and examples, but I still don't understand what my problem is,
I am using the example List from here
https://codesandbox.io/p/devbox/tanstack-solid-virtual-example-dynamic-57vs8v
If I don't specify overscan, when scrolling nothing happens only a few items that were loaded remain
If I use overscan: 5, the elements are not always in the right order and the last 1-3 elements are not shown at the end.
0 Replies