svelte-virtual-scroll-list
svelte-virtual-scroll-list copied to clipboard
Virtualized scrolling for big lists
Svelte 5 now has a [RC](https://svelte.dev/blog/svelte-5-release-candidate), so I'm curious if there are any chances of this being updated to support Svelte 5? I'm thinking a minimal update would only require...
Basically, what if we wanted some custom styles to be added to the container for the virtual list, it seems like no properties are exported for that. Wanted to know...
I am using the svelte-virtual-scroll-list package in svelekit project (custom UI library) . When I used that custom UI library in any SPA I got this error - [commonjs--resolver] Failed...
Is it possible to maintain scroll position as items are added to a sorted array? If you look at your Demo, where you can add items to the top, it...
After around 1500px offset and beyond, scrollToOffset() becomes inaccurate with variable-height items. I've observed this in Firefox, Chrome, and Safari, and with VirtualScroll set to both default mode or pageMode....
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(() =>...
PR for the issue: https://github.com/v1ack/svelte-virtual-scroll-list/issues/13
How can i get Scroll-Started and Scroll-Ended events? Thank you so much
i kinda need it to dynamically add elements depending of the index....
Hey there 👋 Thanks for this awesome library! I am trying to place the virtual list in a flex / grid container but I am having issues getting the virtual...