fnPreDrawCallback for Show/Hide(Colvis) does things twice
fnPreDrawCallback for Show/Hide(Colvis) does things twice

"fnPreDrawCallback": function( oSettings ) {
showLoading();
},
"fnDrawCallback" : function() {
hideLoading();
}
Above is my code , this shows and hide loader twice when I click on any column in the Show/Hide section
This discussion has been closed.