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?

abhimedirattaabhimediratta Posts: 5Questions: 3Answers: 0
edited April 2016 in Free community support

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.