Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question.

    I’m not really sure what you mean. Do you want to trigger an initial descending sort on a certain column, as if a user had clicked on the header cell of that row?
    For that, you can simply add this to the “Custom Commands” field on the “Edit” screen of the table:

    "aaSorting": [[2,'desc']]

    The number 2 in this example means “third column”, as counting starts with 0. Just adjust this as necessary.

    The other option would of course be to sort the table directly on the “Edit” screen and then save that.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘how sort column by value?’ is closed to new replies.