First of all, thanks for the amazing job done here, this lib is super helpful!
I have one question though, how do I attach the scroll to the window element? On @tanstack/react-virtual grid we can do that by using useWindowVirtualizer but I didn't find a way to achieve the same here, given that the scrollRef param is required too, I'm unsure how to achieve that. Is that possible?
First of all, thanks for the amazing job done here, this lib is super helpful!
I have one question though, how do I attach the scroll to the window element? On @tanstack/react-virtual grid we can do that by using
useWindowVirtualizerbut I didn't find a way to achieve the same here, given that thescrollRefparam is required too, I'm unsure how to achieve that. Is that possible?