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
I ended up writing my own virtual list component to suit my needs, but I still recommend that you add this functionality, since it's very easy to implement and can be useful to someone in the future.
Updated event is necessary for when the user needs to interact with the DOM directly (for example with third party libraries) every time new items are rendered to the view. And the only way to track that DOM update is by listening to such event.
You can see some other thematic packages implementing this functionality, eg:
I would appreciate if this library implemented an
updated
event fired from the VirtualList component each time the rendered items are updated.Can be something as simple as
afterUpdate(() => dispatch('updated'))
It would help a great deal thank you.
The text was updated successfully, but these errors were encountered: