Fix Header With CheckBox option like CheckAll
Fix Header With CheckBox option like CheckAll
pranaysoni
Posts: 23Questions: 2Answers: 0
CheckAll is Work Only First Time When Page is load
$('input[type=checkbox]').click(function (event) { event.stopPropagation() });
var oFH = new FixedHeader(oTable, { "bottom": true, "zBottom": "2001" });
$('input[type=checkbox]').click(function (event) { event.stopPropagation() });
var oFH = new FixedHeader(oTable, { "bottom": true, "zBottom": "2001" });
This discussion has been closed.