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?