datatable after. draw

JavaScript
$('#example').dataTable( {
    "drawCallback": function( settings ) {
        alert( 'DataTables has redrawn the table' );
    }
} );
Source

Also in JavaScript: