Skip to content

Add Cursor based pagination. #2393

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

Closed
tomchristie opened this issue Jan 9, 2015 · 6 comments
Closed

Add Cursor based pagination. #2393

tomchristie opened this issue Jan 9, 2015 · 6 comments

Comments

@tomchristie
Copy link
Member

With 3.1's new pagination API the initial styles will be PageNumberPagination and LimitOffsetPagination.

We should also add an CursorPagination that uses cursor based pagination for use with very large data sets, where indexing into the result set is infeasible.

However, let's not let this block the 3.1 release - we'll slate this for 3.2 instead.

@tomchristie tomchristie added this to the 3.2.0 Release milestone Jan 9, 2015
@samrad
Copy link

samrad commented Jan 9, 2015

+1 Tom.

@tomchristie
Copy link
Member Author

@tomchristie
Copy link
Member Author

@maryokhin
Copy link
Contributor

This is great and is really needed!

@tomchristie
Copy link
Member Author

Bumping to 3.1

@tomchristie
Copy link
Member Author

Now in the version-3.1 branch.

screen shot 2015-01-22 at 17 44 33

Few tweaks to follow up on being tracked against #1169.

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