I wish to show the records using datatables with default ordering based on one of my rows with date & time in descending order. Please help me in editing the jquery stru
Just add "type":"date" directly in the columns like { "data": "MyDateField", "type":"date" }.
"type":"date"
{ "data": "MyDateField", "type":"date" }