ColVis 1.0.4
DataTables CDN files for ColVis 1.0.4. This software was originally released on 2nd March, 2011.
Release notes
This new release of ColVis sees a couple of new features, new examples and a number of bug fixes. The biggest new feature is the addition of a 'restore to original state' button (bRestore). There is also now a callback function for ColVis to let you know when a column's state has changed, which can be useful for controlling multiple tables with the same columns, as shown in one of the new examples.
- New: bRestore - Option to show a restore button in the drop down which will restore the original column visibility settings from when the table was initialisated
- New: sRestore - Button text for the restore button
- New: Example showing how fnStateChange can be used with a single instance of ColVis to control multiple tables with identical column structure.
- New: Initialisation option fnStateChange. Provides two parameters when called - 1. the column integer being changed, 2. the visibility state it is going to
- New: Alternative styling example - position the element above the DataTables' scroll bar
- Updated: Initialisation will now automatically store a global instance of the object
- Fixed: Match the mouseover visible code to what is actually being used - 3402
- Fixed: When using excluded columns, ColVis would try to remove a 'null' element from the DOM (JS error), when fnRebuild is called - 3218
Files
css
- //cdn.datatables.net/colvis/1.0.4/css/ColVis.css
- //cdn.datatables.net/colvis/1.0.4/css/ColVisAlt.css