issues Search Results · repo:v1ack/svelte-virtual-scroll-list language:Svelte
Filter by
22 results
(48 ms)22 results
inv1ack/svelte-virtual-scroll-list (press backspace or delete to remove)key should be able to be a function, so more complex items can be handled accordingly.
e.g.
VirtualScroll key={(item, index) = item.primaryId ?? item.secondaryId ?? index} {data} let:data
... ...
ArcticKeaton
- Opened 12 days ago
- #29
Currently the items do not use generics to keep the typings available. e.g.
script lang= ts
let data = [ { id: 123, text: item text } ]
/script
VirtualScroll {data} let:data
div
...
ArcticKeaton
- Opened 12 days ago
- #27
Image
How to retain scroll position conditionally?
What is the issue?
- View page on desktop view where it shows list and detail side by side
- Click on show more and go to page 2 or 3 or any number ...
slidenerd
- Opened on Feb 5
- #26
Reproduce
Sources Demo
Reproduced in Chrome, Opera and Edge (perhaps any Chromium based browser). It works fine in Firefox and Safari.
Notes
It seems the issue is related to using iframe for block-level ...
EugeneGoroschenya
- Opened on Oct 3, 2024
- #25
Svelte 5 now has a RC, 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 updating peer dependencies.
This would at least ...
groundbirdaircat
- 5
- Opened on May 5, 2024
- #24
Just installed the dependency using:
npm i svelte-virtual-scroll-list -D
and used it in my svelte component
import VirtualScroll from svelte-virtual-scroll-list
I m seeing below error in browser console ...
sarathn91
- 1
- Opened on Nov 17, 2023
- #23
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 to resolve entry ...
aryanisml
- Opened on Sep 27, 2023
- #22
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 pushes the list down.
petr24
- Opened on Sep 1, 2023
- #21
img width= 529 alt= image src=
https://github.com/v1ack/svelte-virtual-scroll-list/assets/91463096/f3307d76-26f7-4564-8b4d-a8db0d089cd3
quanluon
- Opened on Aug 18, 2023
- #20
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 ...
silasabbott
- Opened on Jul 20, 2023
- #19

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.