totally remove header click to sort
totally remove header click to sort
bill.martino
Posts: 38Questions: 0Answers: 0
I need to totally remove the ability to sort by clicking the column head and add my own onclick to the . I tried setting up custom sort listeners which i thought would detatch the sorting from the head row, but that did not work. i also tried to remove it from the core file, but that did not work either (I may be doing it in the wrong place).
Can anyone provide any assistance as to how to do this?
thanks!
bill
Can anyone provide any assistance as to how to do this?
thanks!
bill
This discussion has been closed.
Replies
$('TH').unbind('click.sorting');