Page 1 of 1

Adding pagination to app results

Posted: Thu Oct 11, 2012 4:26 pm
by Jahmarley

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


Adding pagination to app results

Posted: Sun Oct 14, 2012 11:36 pm
by maxkatz

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.