totally remove header click to sort

totally remove header click to sort

bill.martinobill.martino Posts: 38Questions: 0Answers: 0
edited January 2011 in General
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

Replies

  • bill.martinobill.martino Posts: 38Questions: 0Answers: 0
    unbinding the click event and specifying the sort class SEEMS to be working

    $('TH').unbind('click.sorting');
This discussion has been closed.