Bug with th and radio box

Bug with th and radio box

qinbxqinbx Posts: 9Questions: 0Answers: 0
edited December 2013 in Bug reports
Hi ,

we have a table, each row contains a group of radioboxs and one of them is checked by default.

When using datatable, some of them are not checked. Below is the live demo.(aa and bb)
http://jsfiddle.net/yQ7J6/
You can comment the js code to see how it display when not using datatable.

At the final of my research, i tried below changes:
1) changed the th tag in second row of thead to td tag
OR 2) remove the second tr in thead
it works, like below.
http://jsfiddle.net/yQ7J6/1/


It's very strange, i want to know the root reason, would you please take a look?

Thanks.

Replies

  • allanallan Posts: 61,715Questions: 1Answers: 10,107 Site admin
    I don't understand the issue I'm afraid? Do you want something to happen when yo click select all? I don't see any code for that.

    Allan
This discussion has been closed.