Replies: 1 comment
-
Yes, it’s possible! You’ll need to keep the existing data until the new data arrives. However, it's hard to give a precise solution without seeing a small example. If you can create one, I’d be happy to help further. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm receiving update from websocket which affects data that is rendered in virtual list
My elements are dynamic(using measureElement) and might change their height when click on them, like accordion
Each time I receive update from websocket and my data changes, the scroll position is reset. Most of the cases this is the same items, but with couple different values.
Is there possible way to avoid this behaviour and keep scroll position on such changes?
Beta Was this translation helpful? Give feedback.
All reactions