Call Click event throw some other function

Call Click event throw some other function

JovanJovan Posts: 16Questions: 0Answers: 0
edited September 2010 in General
Hi,
I'm trying to make a click on head th and to do sorting but not to click directly on th element.
Is it possible to call for click event and not throw table api

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    So basically you don't want the standard sort listeners on the header elements? You can simply unbind the click event that DataTables adds: http://api.jquery.com/unbind/

    Allan
This discussion has been closed.