datatable reload pagination code example
Example 1: refresh datatable on button click with maintaining paging
datatable_appointments.ajax.reload( null, false )
Example 2: angular datatable reload with pagination
dtInstance.ajax.reload( null, false ); // user paging is not reset on reload, second param is resetPaging