how to disable click (on column header) event of data sorting but still keep ordering functions?

how to disable click (on column header) event of data sorting but still keep ordering functions?

jsenjsen Posts: 2Questions: 1Answers: 0

Description of problem:
I need to add a click event to column headers for a menu popup, without doing data sorting. The sorting will be done somewhere else in the page. If I use ordering: false, it stops the click event on column headers, but it also stops the functionality of column().order() that needed from other event listeners.
Thanks for your help!

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.