DataTables / Responsive

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

Resizing event when the modal is open #74

Closed StephaneHeav closed 8 years ago

StephaneHeav commented 8 years ago

I will use this page for example : https://datatables.net/extensions/responsive/examples/display-types/modal.html

When the modal is display : start

On resize:

The problem occured only for modal display : it will change the modal data for the last row in the datatable : end

I tried to filter the correct row in _redrawChildren() but it will only work for modal and break childRow display.

DataTables commented 8 years ago

Thanks for letting me know about this!