Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Please try using this “Custom Command” (“Eigene Befehle”):

    "columnDefs": [ { "type": "date-eu", "targets": [ 1 ] } ]
    

    Regards,
    Tobias

    Thread Starter ExpertLink

    (@expertlink)

    yes, works well. Thank you, Tobias

    another question was whether I can set a sorting by date descending as default for a column?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    ah, sorry, missed that part of your question. For that, please extend the “Custom Command” to

    "columnDefs": [ { "type": "date-eu", "targets": [ 1 ] } ], "order": [[ 1, 'desc' ]]
    

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘not sorting by date’ is closed to new replies.