$('#table_id').dataTable().bind('processing',
function (e, oSettings, bShow) {
if (bShow) {
show_my_ajax_indicator();
} else {
hide_my_ajax_indicator();
}
});
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.