Answers for "jquery datatable pagging button refresh all page"

1

refresh datatable on button click with maintaining paging

datatable_appointments.ajax.reload( null, false )
Posted by: Guest on March-25-2021
2

ajax datatable reload paging retained

// table.ajax.reload(callback, resetPaging)
table.ajax.reload(null, false)
Posted by: Guest on October-07-2020

Browse Popular Code Answers by Language