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

    (@tobiasbg)

    Hi,

    sorry for the long delay, I was on holidays and could not reply earlier.

    You mean sorting and not filtering, right?

    For that, please add this to the “Custom Commands” textfield on the “Edit” screen of the table:

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

    This will turn off sorting on the second through sixth column (counting starts with 0, so adjust as necessary).

    Regards,
    Tobias

    Thread Starter kbelikk

    (@kbelikk)

    It is ok and your help works, thank you ??

    ps. I hope you enjoy your holidays ??

    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 ‘turn off filters on custom column’ is closed to new replies.