Bug with th and radio box
Bug with th and radio box
qinbx
Posts: 9Questions: 0Answers: 0
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.
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.
This discussion has been closed.
Replies
Allan