DataTables / Responsive

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

Fix: Radio checked state lost when _resizeAuto run #81

Closed michaelcm closed 8 years ago

michaelcm commented 8 years ago

When a checked radio is inserted into the dom with the same name as another radio that is checked, the original radio is unselected... effectively loosing the selection.

This patch removes name attributes before the cloned table is inserted into the dom for sizing..

DataTables commented 8 years ago

Thanks for this! Are you happy for this change to be included under the MIT license?

michaelcm commented 8 years ago

Yes, thank you.