datatable refresh table without reloading page code example
Example 1: datatables ajax.reload();
table.ajax.reload(null, false)
Example 2: ajax datatable reload paging retained
// table.ajax.reload(callback, resetPaging)
table.ajax.reload(null, false)