Jahmarley
Posts: 0
Joined: Mon Apr 16, 2012 8:21 pm

Adding pagination to app results

Good Day,

I have developed an app on Tiggzi where users can input a search term and pull results from parse backend. Some of the search terms pulls and displays alot of results from parse.

How will I be able to add pagination so that there is a limit of 10 resultss per page and the user has the option to click on page 1, 2, 3, 4 etc. to display the other results

Thank you

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Adding pagination to app results

The REST API would need to support that.. where you specify how many records to load. For example, load 10 records starting at record 50.

Return to “Issues”