Jan Pax
0
Q:

datatable after render event

$('#example').dataTable( {
    "drawCallback": function( settings ) {
        alert( 'DataTables has redrawn the table' );
    }
} );
1
$('#element_id').DataTable({
	.....
    ....
    ...
    ..,
    
    fnDrawCallback: function() {
        .....
        ....
        ...
    }
});
0

New to Communities?

Join the community