Pagination nodes cq 5.6 | Community
Skip to main content
jo-facic
New Participant
October 16, 2015
Solved

Pagination nodes cq 5.6

  • October 16, 2015
  • 2 replies
  • 923 views

I need to create a page a pagination nodes. It is possible? Does anyone have any idea how to do it? 

Thank's in advanced

 

Josi

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

What do you mean by pagination node?

You can easily use query builder and search api to get the data and display as pagination use jquery plugin.

2 replies

kautuk_sahni
Employee
February 17, 2016

Hi 

As mentioned by Praveen, We do not have any pagination node. 

If you want to achieve the pagination, then you can use these 3rd party JQuery plugins and provide them with the data to do the pagination.

Link:- http://www.sitepoint.com/10-jquery-pagination-plugins/ (jquery-pagination-plugins)

Link:- http://www.tothenew.com/blog/full-text-search-in-aem-using-query-builder/Full Text Search in AEM using Query Builder, to find the pages, For providing data it Jquery plugins )

Link:- https://helpx.adobe.com/experience-manager/using/using-query-builder-servlet.html (How to use Query Builder API in AEM 6.1)

 

AEM pagination Example :- http://conexiogroup.com/aem-ajax-pagination-using-the-sightly-list-component/

//AEM Ajax Pagination Using the Sightly List Component

 

I hope this will help you.

 

Thanks and Regards

Kautuk Sahni

Kautuk Sahni
edubey
edubeyAccepted solution
New Participant
February 17, 2016

What do you mean by pagination node?

You can easily use query builder and search api to get the data and display as pagination use jquery plugin.