T
TanStack4y ago
like-gold

Is there example of using useWindowVirtualizer with a Table?

I've got V3 latest version working with a fixed height table using the example in react-tables (suggestion: example should be updated to V3) but now I'm trying with useWindowVirtualizer and I'm getting the first rows rendered, but no re-renders as I scroll down the page. Are there any working examples of using the useWindowVirtualizer with a table I can refer to?
3 Replies
like-gold
like-goldOP3y ago
Hi - anyone?
like-gold
like-goldOP3y ago
Despite a lack of help here, I managed to finally figure out a working example and just opened a PR for the table repo examples: https://github.com/TanStack/table/pull/4654
GitHub
Update Example: react/virtualized-rows by dgildeh · Pull Request #4...
I did this update out of frustration trying to find examples of doing this with the V3 version of react-virtual and also figuring out how to virtualize the table using the Window scrollbar (useWind...
robust-apricot
robust-apricot3y ago
Great 👍

Did you find this page helpful?