How can I manually set the total records and thereafter handle server side pagination manually?
How can I manually set the total records and thereafter handle server side pagination manually?
abhimediratta
Posts: 5Questions: 3Answers: 0
I've got an API returning 200 records (which is fixed) in 1 page, so I'll have to manually handle pagination from the front end as well.
So let's say the total records is 900, but in the very first request, the API returns 200 records and the total count of records in the response.
This discussion has been closed.