Expand my Community achievements bar.

SOLVED

Pagination nodes cq 5.6

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Level 10

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

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.

Avatar

Administrator

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