AEM 6.5 : add pagination to list
Hi,
We are implementing a complex list that shows elements with a title, a description, an image and a link. I would like to know what is he best way to implement pagination using only frontend logic ?
Thanks,
Hi,
We are implementing a complex list that shows elements with a title, a description, an image and a link. I would like to know what is he best way to implement pagination using only frontend logic ?
Thanks,
Hi,
We have implemneted the list component with pagination, which get the child pages title, description and image and create a list item with a link.
we created a json service and servlet, which return relavent results based on paginagion, you can pass page number in the json request when click on paginations and get the pagination results at front end side and create a result DOM based on json response, you can use the Query Builder API which support the pagination properties if running queries to fetch pages title, description etc..
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.