Hello,
I have to sort below array using javascript any 1 can suggest the way
json_to_array = $.map(data.d, function (item, index) {
return [[item.clinic_id, item.clinic_name, item.clinic_address, item.clinic_ph, item.clinic_contact_person]];
});
I have to sort above array with "clinic_name or clinic_address" which have string value.