Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

Hybrid mode for infinite paging #17

Closed
wyuenho opened this issue Jan 4, 2013 · 0 comments
Closed

Hybrid mode for infinite paging #17

wyuenho opened this issue Jan 4, 2013 · 0 comments
Milestone

Comments

@wyuenho
Copy link
Member

wyuenho commented Jan 4, 2013

Infinite paging often involves cases where previously fetched pages need to have their models retained for operations later on. Storing previously fetched pages in fullCollection will satisfy this use case. So in essence, this mode will enable fetching page by page from the server, but storing the page on the client side once fetched. Paging backward will be done on the client side, but paging forward will use server-side mode.

wyuenho added a commit that referenced this issue Jan 11, 2013
wyuenho added a commit that referenced this issue Jan 11, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant