Closed gsouf closed 9 years ago
When you have an input in the thead>tr>th and when this input has some events. Then the event are working with the cloned thead.
thead>tr>th
Now if you have more than 1 input in one th then the input events does not work anymore.
th
Close because it will probably never be fixed
Sorry I missed this at the time. If you coudl like to a test case showing the issue that would be useful.
When you have an input in the
thead>tr>th
and when this input has some events. Then the event are working with the cloned thead.Now if you have more than 1 input in one
th
then the input events does not work anymore.