How to sort by date instead of string with DataTable
DataTable perceives the date column as a default string and because it sorts alphabetically, illogical listing emerges. In order to avoid this problem, we need to add data-order to the column of the table...