Pagination confusion #380
Unanswered
thedangler
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hey @thedangler I'm really sorry for missing this discussion question! If it's still pertinent - the OffsetPaginator is what you'd need: https://docs.saloon.dev/installable-plugins/pagination/limit-offset-pagination I would recommend the above page though if you haven't already. By default we assume there are two query parameters to be sent: |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have an api endpoint that does implement pagination like limi/offset.
I've connected that api to the a UI and I want the UI to control the next page.
I'm looking at the documentation and it looks like saloon automatically gets every page for you?
How would I go about telling it what page to get?
Beta Was this translation helpful? Give feedback.
All reactions