Responsive Datatables IE8 breaks on table.responsive.rebuild();
Responsive Datatables IE8 breaks on table.responsive.rebuild();
Anyone run into issues with Responsive datatables for IE8. I had checkboxes that toggle some headers on and off on a table. It works fine in all browsers, but anytime these two are called it breaks the datatable and It doesn't allow me to click on the child rows in the responsive view.
table.responsive.rebuild();
table.responsive.recalc();
When the page initially loads the childrows work fine. After I click the checkbox to toggle a header on/off, it calls the rebuild() and recalc(), but breaks childrows from being clicked.