You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 thescrollRef
param is required too, I'm unsure how to achieve that. Is that possible?The text was updated successfully, but these errors were encountered: