svelte-tiny-virtual-list
svelte-tiny-virtual-list copied to clipboard
A tiny but mighty list virtualization library for Svelte, with zero dependencies 💪 Supports variable heights/widths, sticky items, scrolling to index, and more!
``` is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules Error: is not...
I noticed that all of the `item` elements have `position: absolute`, so margins are ignored when positioning them within the virtual list wrapper. For example, if you try changing the...
I love the animate directive and Svelte's `flip` function. Is there a way to use that with the `VirtualList`?
Hi first of all, many thanks for that great component! :-) Works really nice and smooth. I do have a question about the 'estimateItemSize' though: I was under the impression...
I'm having a difficult time making dynamic heights work. I am writing a basic chat window with messages of different heights (depending on amount of text inside. Currently I am...
I tried putting images into the VirtualList. After a bit of tinkering it works, but only until you resize the window. Because the image gets taller when the list gets...
I cant get the List to render at a certain scroll offset on first render, if the scrollOffset props changes subsequent renders are positioned correctly, but on initial render the...
Nice work! Any plans to implement `svelte-tiny-virtual-grid` or perhaps advice on how to go about that?
Will need to look into the changes made by @lionking917 in this fork, maybe there are things I can adopt.
Will have to look up what this option does, but doesn't look like a big change.