-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add scrollRef prop to Vue Virtualizer #379
Comments
is scrollRef working on react ? did not found the implementation and was not being able to make it work with a list that has header before the actual list and scroll is done by some parent view |
@billouboq virtua/src/react/Virtualizer.tsx Lines 262 to 267 in d6faef0
I just tried to implement it for Vue in #393. However, it is not working correctly at the moment. I'm not an expert of Vue so maybe something is wrong. Maybe we have to implement it in a different way than React. |
It's necessary for complex markup.
Just port React implementation.
The text was updated successfully, but these errors were encountered: