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.

    So, if I understand correctly, you want to reverse the sorting behavior. For that, please try adding this to the “Custom Commands” textfield on the table’s “Edit” screen:

    "columnDefs": [ { "orderSequence": [ "desc", "asc" ], "targets": [ "_all" ] } ]

    Regards,
    Tobias

    Thread Starter Scorp_pl

    (@scorp_pl)

    Great. Works perfect. Thank you !

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sorting from highest to lowest number’ is closed to new replies.