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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Yes, this should be possibe. To turn off sorting for certain columns, you could add something like this to the “Custom Commands” text field on the table’s “Edit” screen:

    "columnDefs": [ { "orderable": false, "targets": [ 1, 2 ] } ]
    

    This would turn off sorting for the second and third column (counting starts with 0).

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Allow sorting on specific columns only’ is closed to new replies.