光 Hikari No kun
光 Hikari No kun

Reputation: 418

How to sort data in search container liferay

How can I sort the data in liferay search container whenever I click the small icon? Ascending or Descending order. How will I achieve that? How will I add the ascending/descending function in search container?

Tables

Thank you in advance. Please help me.

Upvotes: 0

Views: 1038

Answers (1)

Dipti Ranparia
Dipti Ranparia

Reputation: 570

You can implement a sorting in liferay search container 2 ways 1. Using liferay api 2. By implementing custom order comparator Here is a example you can refer it has sown both examples in detail http://itsliferay.blogspot.in/2011/07/orderable-search-container.html. hope this helps you.

Upvotes: 3

Related Questions