svelte-virtual-list icon indicating copy to clipboard operation
svelte-virtual-list copied to clipboard

A virtual list component for Svelte apps

Results 39 svelte-virtual-list issues
Sort by recently updated
recently updated
newest added

I was wondering if there's a way to make VirtualList support tags like <ul> to be the list a container having <li>s as list items or how can a <table>...

Fixes #37 Includes `index` access for each item. Updates docs to include `let:index`

Hi, We can set a let:item , is there a way to retrieve the index when looping through the items. Thanks a lot. Kindest regards, Lisa

Fixes #37. Having access to index is very useful.

Hi there. First of all thanks for that cool lib. And a big thank you for Svelte. Thanks to Svelte i am, as a beginner (not a year or so),...

Fixed the issue where you're stuck in the scroll location during update of the items in the virtual list.. such as a search on the list of items

If not, are there any alternatives

# Before Various use cases exist, where the scroll-position is not as expected - closes #43 # After A new method `scrollToIndex` is exposed to control the scroll-position from the...

This is a summary of issues around similar use-cases: - #15 **lazy loading**: [bug, resolved?] adding more items keeps scroll position and increases scroll length below - #28 **scroll to...

Sometimes we need to have index in the array inside of item component