Pagamento de recarga do Ajax Datatable retido
// table.ajax.reload(callback, resetPaging)
table.ajax.reload(null, false)
Lovely Coder
// table.ajax.reload(callback, resetPaging)
table.ajax.reload(null, false)
dtInstance.ajax.reload( null, false ); // user paging is not reset on reload, second param is resetPaging
table.ajax.reload(null, false)