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?
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?
Hello Devin,
Please use limit parameter (https://devcenter.appery.io/documenta...) to limit item's amount
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
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.