force "desc" sorting on date
force "desc" sorting on date
Hello,
I want my table to be sorted by desc dates :
[code]"aoColumns": [
{ "sType": "uk_date",
"asSorting": [ "desc" ]
},
null,
null
],[/code]
but it doesnt work, any tips ? (actually, it sorts by date, but not descending)
Many thanks
I want my table to be sorted by desc dates :
[code]"aoColumns": [
{ "sType": "uk_date",
"asSorting": [ "desc" ]
},
null,
null
],[/code]
but it doesnt work, any tips ? (actually, it sorts by date, but not descending)
Many thanks
This discussion has been closed.
Replies
Allan
Allan