T
TanStack11mo ago
foreign-sapphire

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
No description
3 Replies
exotic-emerald
exotic-emerald11mo ago
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.
From An unknown user
From An unknown user
foreign-sapphire
foreign-sapphireOP11mo ago
@piecyk that unforunatly doesnt include the variable height which is what I am really looking for.
exotic-emerald
exotic-emerald11mo ago
it's same as in non window, for variable height you just need to return correct height of each index in estimateSize

Did you find this page helpful?