Documentation inconsistencie for ColVis fnStateChange

Documentation inconsistencie for ColVis fnStateChange

kiwykiwy Posts: 5Questions: 0Answers: 0
edited November 2013 in Bug reports
The example in documentation for fnStateChange is :
[code]
$(document).ready( function () {
var oTables = $('table').dataTable( {
"sDom": 'lfrtip'
} );

var oColVis = new ColVis( oTables.fnSettings(), {
"fnStateChange": function ( iColumn, bVisible ) {
var jqTables = $('table:not(#example)'); // ColVis will do #example
for ( var i=0, iLen=jqTables.length ; i
This discussion has been closed.