Dynamic Height + Infinite Scroll Virtual List Component #4228
Closed
slidenerd
started this conversation in
Ideas / feature requests
Replies: 1 comment
-
|
daisyUI is CSS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Render large lists where each item can be of fixed or variable height without hardcoding these heights
Basic example
Here is a full implementation that uses no libraries from Vue 2
Motivation
Infinite scrolling lists are a very common use case requirement. I am absolutely surprised that this library doesn't have a component to handle this
Beta Was this translation helpful? Give feedback.
All reactions