-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Virtual List #1047
Comments
I think this is a solid feature to add to the library! |
I saw https://github.com/inokawa/virtua and they are good. The one thing missing is Grid. |
needs hardcoded heights, have you seen that codepen above? that one works even without hardcoded heights and widths |
I saw @tanstack/svelte-virtual and it looks good, I can set children with fixed height and it works well. There's a good parity with react-virtualized |
Trust me, I didn't just randomly open this issue. I have gone through almost every damn virtual scroller ever made in svelte, read through every single issue that talks about support for svelte 5 before figuring out we had nothing for svelte 5 with variable item heights |
Apparently, virtual lists and virtual grids are very different. inokawa/virtua#124 |
Describe the feature in detail (code, mocks, or screenshots encouraged)
What type of pull request would this be?
None
Provide relevant links or additional information.
The text was updated successfully, but these errors were encountered: