given an array of booleans indicating intended column visibility
is there a faster way to set the visibility of each column?
$.fn.dataTable.Api('#table-1').columns().every(function(ndx){
this.visible(weeksVisible[ndx]);
});
thanks,
Al;
given an array of booleans indicating intended column visibility
is there a faster way to set the visibility of each column?
$.fn.dataTable.Api('#table-1').columns().every(function(ndx){
this.visible(weeksVisible[ndx]);
});
thanks,
Al;