function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ashish2802Ashish2802 

Sort Wrapper List in Lightning Component

Hi ,
I am displaying a wrapper list in lightning component data table and I want to implement sorting on specific columns in the table. I tried using Comparable interface in apex controller, but it's not working for me.

Can anyone help with sample code for the same ?
NagendraNagendra (Salesforce Developers) 
Hi Ashish,

Sorry for this issue you are encountering.

May I suggest you please check with below link from the forums community which has a sample code for the same. Please let us know if this helps.

Kindly mark this as solved if the reply was helpful.

Thanks,
Nagendra
MagulanDuraipandianMagulanDuraipandian
Check this for sample code - http://www.infallibletechie.com/2013/08/how-to-sort-wrapper-class-list-in.html