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

Optional merging for pagination #37

Open
rockfridrich opened this issue May 6, 2016 · 1 comment
Open

Optional merging for pagination #37

rockfridrich opened this issue May 6, 2016 · 1 comment

Comments

@rockfridrich
Copy link

It will be suitable for AJAX pagination if package will not be merging results of pagination with root response.

If we request 20 images and the use pagination on response object with N pages as second parameter we need to get N_20 images and not N_20 + 20 (from 1 response)

We can add optional boolean parameter to paginate function

@hassankhan
Copy link
Member

Yeah that could be done, the idea was to implement that using generators but I haven't had time.

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

2 participants