Is there a way to change number of screens of Carousel in a page using? I am using database REST to populate the component.
Hello,
Do you mean change dynamically from page?
Please show how you populate data. Post here Service, mapping screen shots.
Please read more about Carousel component http://devcenter.appery.io/documentat...
Your mapping is not correct, check this doc http://devcenter.appery.io/documentat...
Hello Alena,
Thanks for the response. Regarding Carousel component I red the help and really couldn't see any help to get more than one frame with just one REST.
Secondly regarding mapping can you be a little specific to whats the gap you are seeing as it is working as intended and I am getting data pulled from the DB as intended.
Hi Sowmen,
Currently there is now way to display several items in the one carousel screen.
But you can implement it in following way:
1 add in your carousel item grid component with 1row and 3columns. Duplicate your components on these three collumns.
2 create generic service. IN implementation you need invoke your list service and "group" them by three items in the item.
3 use the service from 2nd step to populate carousel item from 1st step. In one iteration you need to populate 3items - that are grouped in 2nd step.
That's all.
Regards