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

Infinite scrolling support in grids #134

Closed
david-bouyssie opened this issue Mar 31, 2017 · 5 comments
Closed

Infinite scrolling support in grids #134

david-bouyssie opened this issue Mar 31, 2017 · 5 comments

Comments

@david-bouyssie
Copy link

Do you support infinite scrolling in grids?
In ExtJS it is implemented as a BufferedStore.

@mstijak
Copy link
Member

mstijak commented Mar 31, 2017

No, not yet. It's on our roadmap to add buffered rendering for scrollable grids first. That should enable that grids play nicely when having a large number of records in the store.
Infinite scrolling could theoretically be built on top of that, but it's a long way to go so we can't promise that feature yet.

@mstijak
Copy link
Member

mstijak commented Mar 31, 2017

Since this is a feature request, for other people, if you wish this feature please give it a 👍.

@david-bouyssie
Copy link
Author

Ok thank you for your answer.

@miguelocarvajal
Copy link

+1

@mstijak
Copy link
Member

mstijak commented Sep 27, 2017

Infinite scrolling is now implemented.

https://docs.cxjs.io/examples/grid/infinite-scrolling

@mstijak mstijak closed this as completed Sep 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants