How to stop sortable when click some header?

How to stop sortable when click some header?

KenTseKenTse Posts: 2Questions: 2Answers: 0

https://jsfiddle.net/fr4hm0no/7/

I want set like sample jsfiddle. when click the head than to show a menu to do something(including sortable).
I just want to stop order when click header.

I am already try to setting to
"orderable: false"
.It can stop the ordring, but when I setting to
"orderable: false"
then the
table.order.listener( '#sorter', 1 )
will not working.

How can I fix it?

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,143Questions: 1Answers: 2,586
    Answer ✓

    This thread should help, it's asking the same thing.

    Cheers,

    Colin

This discussion has been closed.