Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

CQ Asset share customization for sorting

Avatar

Level 2

Hi All,

 

We want ability to add sorting mechanism for CQ Asset share page which will enable users to sort the assets listed on the page based on different attributes.

Any pointer on how to do this will be really appreciated.

 

Thanks and Regards,

Nitin

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

By default it uses data view lens which wont provide any sorting functionality.

option 1: Refer damadmin or siteadmin pages.

option 2: Use third party jquery libraries kie table sorter. 

View solution in original post

2 Replies

Avatar

Correct answer by
Former Community Member

By default it uses data view lens which wont provide any sorting functionality.

option 1: Refer damadmin or siteadmin pages.

option 2: Use third party jquery libraries kie table sorter. 

Avatar

Level 10

You can sort assets stored in the JCR based on different props. For example, you could write an OSGi component that queries assets, sorts them based on a specific property, and then return a reset set to the page where they are displayed. Everything in CQ is just a resource. You can get at that resource using an API like JCR SQL/JCR API and sort it.