Page 1 of 1

How do I make it so the amount listed can differ from page to page?

Posted: Mon Jun 22, 2015 10:38 pm
by Devin Normand

On one page, I want to list only three items, but on another, I want to list all of the items. However, the limit parameter applies to both of the lists, given they are both listed from the same list service.

What should I do?


How do I make it so the amount listed can differ from page to page?

Posted: Tue Jun 23, 2015 10:55 am
by Serhii Kulibaba

Hello Devin,

Please use limit parameter (https://devcenter.appery.io/documenta...) to limit item's amount


How do I make it so the amount listed can differ from page to page?

Posted: Wed Jul 08, 2015 4:36 pm
by Devin Normand

Hello, I was away from my computer for a few weeks so I could not respond

As I said in the description, I am already using the limit parameter for a list service, but for one instance when I use the list service, I want to limit the amount of information three times, but for another instance when I use the service, I want to limit it 10 times.

How would I do this?

Thank you!
Devin Normand


How do I make it so the amount listed can differ from page to page?

Posted: Sat Jul 11, 2015 9:52 am
by Evgene Karachevtsev

Hello Davin,

You may try to use JS to limit the amount of displayed elements for the list service on the pages where you want less elements to be displayed.