-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Labels
Milestone
Comments
+1 Tom. |
This is great and is really needed! |
Merged
Bumping to 3.1 |
Now in the 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
With 3.1's new pagination API the initial styles will be
PageNumberPagination
andLimitOffsetPagination
.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.
The text was updated successfully, but these errors were encountered: