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?
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?
Hello,
This can be implemented with pagination https://devcenter.appery.io/documenta...
Is the default limit setting set to 100 objects? How do I increase the limit from 100 objects to 1500?
Hello,
On Request tab add limit parameter and set this value to 1500.
This tutorial will come in handy https://devcenter.appery.io/tutorials...