Sorting by date (dsc) doesn't work.
Sorting by date (dsc) doesn't work.
I have data in a table with dates in the format mm/dd/yyyy hh:mm:ss and manually clicking the column headers to sort works just fine. However when i call:
[code]oTable.fnSort([[0,'dsc']]);[/code]
I get:
[code]
Uncaught TypeError: Property 'date-dsc' of object # is not a function
ijquery.dataTables.js:3866
_fnSortjquery.dataTables.js:3856
DataTable.fnSortjquery.dataTables.js:5846
[/code]
Manual Sorting works correctly:
http://i.imgur.com/Rm4HN.png
[code]oTable.fnSort([[0,'dsc']]);[/code]
I get:
[code]
Uncaught TypeError: Property 'date-dsc' of object # is not a function
ijquery.dataTables.js:3866
_fnSortjquery.dataTables.js:3856
DataTable.fnSortjquery.dataTables.js:5846
[/code]
Manual Sorting works correctly:
http://i.imgur.com/Rm4HN.png
This discussion has been closed.
Replies
Allan