Problem with sorting dates with jquery tablesorter

后端 未结 8 758
终归单人心
终归单人心 2021-02-02 12:18

I am using tablesorter plugin to sort my tables in an MVC .NET App. Most of my columns are strings and I\'m having no problems with them. Neither with the numeric ones. The thin

8条回答
  •  无人及你
    2021-02-02 12:51

    This was the answer for me:

    >${myObject.myDate}
    

    more details, here: https://datatables.net/manual/data/

提交回复
热议问题