why it is unable to sort by patient id?
why it is unable to sort by patient id?
am using datatables to list out patient details. here am unable to sort this by patientid. these values are getting from db. patientid is a varchar type on database.
am using "aaSorting": [[ 1,'desc']], to sort patientid as default. but these are not in sorted order. how to solve this ?
am using "aaSorting": [[ 1,'desc']], to sort patientid as default. but these are not in sorted order. how to solve this ?
This discussion has been closed.
Replies