Welcome Guest, Not a member yet? Register   Sign In
How To Generate Pagination Links With REST API?
#1

Any idea how to make that happen? Like:
Code:
[
"data": "..........",
"first": "link-of-first-result",
"previous": "link-of-previous-result",
"next": "link-of-next-result",
"total": 20,
"last": "link-of-last-result"
]

Thank you.
Reply


Messages In This Thread
How To Generate Pagination Links With REST API? - by simonickalexs - 01-07-2021, 01:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB