Hi,
In Ie6, checkbox toggling of selected column do not seem to happen when I click on it.
I'm using the examples on the site :
ex: http://www.datatables.net/release-datatables/extras/ColVis/index.html
I don't half get depressed every time I use IE6... Thanks for the heads up on this one - the fault was that it is not possible to set the checked attribute of a hidden checkbox in IE6 - ouch. Therefore the radio buttons weren't reflecting the status of the columns and the button clicked were actually trying to make visible columns, visible again (since the checkbox was false...).
I've committed a work around for this here: http://github.com/DataTables/ColVis/blob/master/media/js/ColVis.js
Replies
I've committed a work around for this here: http://github.com/DataTables/ColVis/blob/master/media/js/ColVis.js
Regards,
Allan