DataTables / Responsive

Responsive extension for DataTables, providing support for complex tables on all device screen sizes
Other
148 stars 86 forks source link

Bug: Automatically opens modal child when redrawing table with previously opened children #122

Open Dakror opened 3 years ago

Dakror commented 3 years ago

It's quite the complex setup, but in my application i have a custom child row and when i expand it and perform some action it triggers a table.draw(false) redraw of the table, after which the responsive plugin triggers _redrawChildren and shows the modal dialog which doesn't really make sense at that point. Especially when on Desktop where no responsive modal should have shown up to begin with