Page 1 of 1

The clickable list only displays 100 rows of the database collection that contains 220 rows.

Posted: Sun Aug 02, 2015 6:14 am
by Jiber X

Reference: Building an App with a Clickable List Using Model and Storage.

Question: How can I display all 220 rows of the database collection in the clickable list?


The clickable list only displays 100 rows of the database collection that contains 220 rows.

Posted: Sun Aug 02, 2015 6:57 am
by Alena Prykhodko

Hello,

This can be implemented with pagination https://devcenter.appery.io/documenta...


The clickable list only displays 100 rows of the database collection that contains 220 rows.

Posted: Mon Aug 03, 2015 12:49 am
by Jiber X

Is the default limit setting set to 100 objects? How do I increase the limit from 100 objects to 1500?


The clickable list only displays 100 rows of the database collection that contains 220 rows.

Posted: Mon Aug 03, 2015 9:59 am
by Alena Prykhodko

Hello,

On Request tab add limit parameter and set this value to 1500.
This tutorial will come in handy https://devcenter.appery.io/tutorials...


The clickable list only displays 100 rows of the database collection that contains 220 rows.

Posted: Tue Aug 04, 2015 1:47 am
by Jiber X

It works! Thanks