Hi Team We have a classic component with dynamic values, and having some title tabs in it and which is having sorting functionality(Ascending/Descending)
How this kind of sorting can be achieved in Touch dialogs? Any Idea is really helpful.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @akhilraj
Please check this link: https://adobe-consulting-services.github.io/acs-aem-commons/features/sort-nodes/index.html
It has OOTB ACS commons sorting and also some code that you can leverage.
Hope this helps!
Thanks,
Kiran Vedantam.
One thing that you can try is having the oak index defined with ordered property.
Hi @akhilraj
Please check this link: https://adobe-consulting-services.github.io/acs-aem-commons/features/sort-nodes/index.html
It has OOTB ACS commons sorting and also some code that you can leverage.
Hope this helps!
Thanks,
Kiran Vedantam.
Hi @akhilraj ,
In classic UI (ExtJS) your component might be referring to
/libs/cq/reporting/components/columnbase/columnbase.jsp
which looks responsible for sorting. However, If you wish to achieve it in Granite Touch UI you have to customize it.
Please refer one of component from we-retail - Product Grid.
Hope that helps!
Regards,
Santosh