I want to sort data through Jquery datatable in particular column. Requirement is, records to be displayed with data as "NA" first and then other records to be displayed by Ascending order. For example:
Current Order: "A" "B" "NA" "D" "NA"
Result: "NA" "NA" "A" "B" "C" "D"