-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
VirtualScroller Component #692
Comments
Hello @go4cas I wonder if DefferedContent suit your needs? https://primefaces.org/primevue/showcase/#/deferredcontent |
This is planned for 3.2.0, already available in PrimeNG; |
I don't think so as I don't see a way to use this in a table component. Perhaps you would have to wrap every row in DeferredContent and check if it's the last one but it doesn't seem like a good way to do it. If you have an example on how to use it in this scenario it would be nice. |
Hi @LadislavBohm, yes the lazy load feature of the |
@mertsincan is currently working on it. This one is on the top of our todo list. |
Component to dynamically load data, as the user scrolls the container.
Example: Quasar.
The text was updated successfully, but these errors were encountered: