how can we date values in datatable not sorting properly.....

how can we date values in datatable not sorting properly.....

prasadhari009prasadhari009 Posts: 28Questions: 7Answers: 0

here is my code,

$('#VoidReport').DataTable({
columnDefs: [],
"order": [],
paging: true,
searching: true,
"aaSorting": [],
"ordering": true,
dom: 'lBfrtip'
)};

Replies

  • prasadhari009prasadhari009 Posts: 28Questions: 7Answers: 0

    The Date Column not sorted properly ,I want year wise asc and desc sorting values

    Please help,,,

    thanks
    Hari

  • prasadhari009prasadhari009 Posts: 28Questions: 7Answers: 0
    edited October 2020

  • prasadhari009prasadhari009 Posts: 28Questions: 7Answers: 0

    I dont want to show &nsbp; in export excel

    Please help me........

    Thanks
    hari

  • kthorngrenkthorngren Posts: 21,173Questions: 26Answers: 4,923

    This blog describes the preferred solution for sorting dates.

    I dont want to show &nsbp; in export excel

    See the answer in your other thread. Please don't post duplicate questions.

    Kevin

This discussion has been closed.