cant find DynamicList with List Example
Hey there.
I have just started building out an app which uses tansstack virtual (which is so good by the way).
There are some great examples but the one I do want is 'List - window as scroller" which it seems the example for a Dynamic list should have but when you click on that button it says not found.
https://codesandbox.io/p/devbox/github/tanstack/virtual/tree/main/examples/react/dynamic?embed=1&file=%2Fsrc%2Fmain.tsx&theme=dark

3 Replies
exotic-emerald•11mo ago
Ooo as it's in own example https://tanstack.com/virtual/latest/docs/framework/react/examples/window
TanStack | High Quality Open-Source Software for Web Developers
Headless, type-safe, powerful utilities for complex workflows like Data Management, Data Visualization, Charts, Tables, and UI Components.

foreign-sapphireOP•11mo ago
@piecyk that unforunatly doesnt include the variable height which is what I am really looking for.
exotic-emerald•11mo ago
it's same as in non window, for variable height you just need to return correct height of each index in estimateSize