Replies: 1 comment
-
|
I feel like this is a bit out of scope for this package. However, the code in this package is relatively simple to copy paste to your own project and adapt so I'd suggest doing that. Good luck! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Would be nice to be able to use query param to decide between pagination methods, for example:
For cursor pagination: /api/items?pagination=cursor
For page-based pagination: /api/items?pagination=page
Then frontend could decide which method they would like to use.
Beta Was this translation helpful? Give feedback.
All reactions