Skip to content
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

Closed
go4cas opened this issue Nov 27, 2020 · 5 comments
Closed

VirtualScroller Component #692

go4cas opened this issue Nov 27, 2020 · 5 comments
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@go4cas
Copy link

go4cas commented Nov 27, 2020

Component to dynamically load data, as the user scrolls the container.

Example: Quasar.

@dheimoz
Copy link

dheimoz commented Nov 27, 2020

Hello @go4cas I wonder if DefferedContent suit your needs? https://primefaces.org/primevue/showcase/#/deferredcontent

@cagataycivici
Copy link
Member

This is planned for 3.2.0, already available in PrimeNG;

https://primefaces.org/primeng/showcase/#/virtualscroller

@cagataycivici cagataycivici changed the title [FEATURE REQUEST] - Infinite Scroll Component Infinite Scroll Component Nov 29, 2020
@LadislavBohm
Copy link

Hello @go4cas I wonder if DefferedContent suit your needs? https://primefaces.org/primevue/showcase/#/deferredcontent

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.

@go4cas
Copy link
Author

go4cas commented Nov 29, 2020

Hi @LadislavBohm, yes the lazy load feature of the virtualscroller component from primng is what I am looking fo, but fo vue.js. It would be ideal if this could work on table;es as well.

@cagataycivici cagataycivici changed the title Infinite Scroll Component VirtualScroller Component Dec 9, 2020
@cagataycivici cagataycivici added this to the 3.2.0 milestone Dec 9, 2020
@cagataycivici cagataycivici added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Dec 9, 2020
@cagataycivici cagataycivici modified the milestones: 3.2.0, 3.3.0 Feb 2, 2021
@cagataycivici cagataycivici modified the milestones: 3.3.0-rc.1, 3.4.0 Feb 17, 2021
@cagataycivici cagataycivici removed this from the 3.5.0 milestone May 10, 2021
@cagataycivici
Copy link
Member

@mertsincan is currently working on it. This one is on the top of our todo list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

6 participants