fnPreDrawCallback for Show/Hide(Colvis) does things twice
fnPreDrawCallback for Show/Hide(Colvis) does things twice
anujeet
Posts: 39Questions: 15Answers: 0
"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.