link in of table header should not sort the table
link in of table header should not sort the table
kasimn84
Posts: 4Questions: 0Answers: 0
I have a check box in tag of table header and i have sort option enabled for the data table. When I click the check box the sorting of the table happens, I want the sorting to occur when i click on the header of the table but i do not want sorting to occur when i click on the checkbox which is present in the header of the table.
This should work in IE8, firefox, chrome and Safari.
I tried adding event.stopPropogation but it works only in chrome and safari.
This should work in IE8, firefox, chrome and Safari.
I tried adding event.stopPropogation but it works only in chrome and safari.
This discussion has been closed.
Replies
https://developer.mozilla.org/en-US/docs/Web/API/event.stopPropagation
http://api.jquery.com/event.stoppropagation/
Allan
This should work in IE8, firefox, chrome and Safari.
I tried adding event.stopPropogation but it works only in chrome and safari.