Is there any br function for sorting an array of oblect according to a particular key
5 Likes
As a workaround, you can achieve it through DB by sending the Array in request of service , and get the sorted array in response of the service.
45 Likes