how to sort Date in ascending and descending order in Jquery Datatable plugin..?

后端 未结 0 1713
野性不改
野性不改 2020-12-18 05:18
    $.extend(_ext.type.order, {
        // Dates
        "date-pre": function (d) {
            return Date.parse( d ) || 0;
        }
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题