ColVis 1.0.2
DataTables CDN files for ColVis 1.0.2. This software was originally released on 18th October, 2010.
Release notes
A small but welcome update to CosVis which addresses a couple of issues which have been brought to light. Specifically IE6 is now correctly supported and a Javascript error which some were encountering is fixed.
- Fixed: It was possible to get a Javascript error (nButton undefined) due to an incorrect variable being used.
- Fixed: When DataTables initialised two or more tables with a single call, ColVis will incorrectly operating on the first table all the time, thought the fnSetColumnVis DataTables API function. The fix is to find and set the API index needed for DataTables to operate on the correct table.
- Fixed: Wasn't working in IE6 due to the fact that it is not possible to set the checked attribute of a hidden checkbox IE6 (well it is, it just isn't visually shown). So now call the draw function when visible for IE6.