Hi
i am working default table component ,i want extra icon for ascending and descending order for table columns? is it possible
Solved! Go to Solution.
Views
Replies
Total Likes
On top of what @Jitendra and @Scott said,
If you do not want to customize the OOTB table component,
You can use JavaScript code to add those icons once this component renders on page.
Code wont be large and easy to write.
Views
Replies
Total Likes
I guess, we may have to customize it. If I recall it correctly, the OOTB table component has limited features.
--
Jitendra
Views
Replies
Total Likes
You have 2 choices:
1 - overlay the table component and modify it.
2 - If the ootb table component does not meet your needs - then create your own custom component using a JQuery Table plug-in. You have many choices available:
http://www.sitepoint.com/30-amazing-jquery-tables/
THis is the nice thing about AEM, You can easily build your own components when the OOTB ones do not meet your needs.
Views
Replies
Total Likes
On top of what @Jitendra and @Scott said,
If you do not want to customize the OOTB table component,
You can use JavaScript code to add those icons once this component renders on page.
Code wont be large and easy to write.
Views
Replies
Total Likes
Views
Likes
Replies