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
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/
Replies
Allan