We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are currently using offset based pagination, which has some drawbacks
Keyset based pagination solves the above problems but has some other drawbacks as well
These 2 drawbacks means that we need to redesign the frontend, either some kind of infinite scrolling or infinite paging.
We can also do a mixture where the the offset pagination has a hard limit on how deep it can go, more than that will require using keyset pagination.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Before proceeding, is there an existing issue or discussion for this?
Description
We are currently using offset based pagination, which has some drawbacks
Implementation Considerations
Keyset based pagination solves the above problems but has some other drawbacks as well
These 2 drawbacks means that we need to redesign the frontend, either some kind of infinite scrolling or infinite paging.
We can also do a mixture where the the offset pagination has a hard limit on how deep it can go, more than that will require using keyset pagination.
Alternatives
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: