How to sort by Date with DataTables jquery plugin?

后端 未结 13 2610
隐瞒了意图╮
隐瞒了意图╮ 2020-12-02 11:02

I am using the datatables jquery plugin and want to sorty by dates.

I know they got a plugin but I can\'t find where to actually download it from

http://data

13条回答
  •  温柔的废话
    2020-12-02 11:38

    You should make use of the HTML5 Data Attributes. https://www.datatables.net/examples/advanced_init/html5-data-attributes.html

    Just add the data-order element to your td element.
    No plugins required.

    Firstname Sign Up Date
    Peter 13. November 2015
    Daniel 06. August 2015
    Michael 14. October 2015

提交回复
热议问题