Sorting datatable with respect to it's date column.
Sorting datatable with respect to it's date column.
Sauravkarna
Posts: 2Questions: 1Answers: 0
I am trying to sort my table when I click in its date column having format "dd/mm/yyyy" but the table is sorted only by date"dd". How do I fix this?
This discussion has been closed.
Answers
See if this blog helps:
https://datatables.net/blog/2014-12-18
Kevin
Thanks @kthorngren . Will comment after trying that out.