Devin Normand
Posts: 0
Joined: Tue May 19, 2015 11:29 pm

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

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?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

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

Hello Devin,

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

Devin Normand
Posts: 0
Joined: Tue May 19, 2015 11:29 pm

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

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

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

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.

Return to “Issues”