Closed SHRIVES23 closed 11 months ago
Can you link to a page showing the issue so it can be debugged please.
JSFiddle is having an IE8 issue...here's the link with code...
Thanks - it will be a little while (a few weeks probably) before I get a chance to set up an individual page to debug IE8. I'll post back here once I have had a chance to do so.
IE8 no longer supported - closing.
I have checkboxes toggling certain columns on and off in a responsive datatable. Anytime I call table.responsive.rebuild() in IE8 it breaks the child rows from being allowed to be clicked in IE8. On page load they work fine, not until the table.responsive.rebuild is called does it break child rows from showing on click in IE8...
var checkboxes = function () { $('input[name="Checkboxes"]').click(function () { var table = $("#searchResults").DataTable(); var attr = $(this).attr("data-header");