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 #80

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.

michaelcm commented 8 years ago

Oops, pasted code incorrectly.