$('#Table').DataTable().ajax.reload();
$('#Table').DataTable().ajax.reload();
darkstaring
Posts: 9Questions: 2Answers: 1
Hi, when i lunch $('#Table').DataTable().ajax.reload();
I'm brought back to the first page ..
in practice I have to delete elements from the table,
and I would like to stay on that page...
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Not sure I understand what you are after but maybe the second example in the docs is what you are after to stay on the current page:
https://datatables.net/reference/api/ajax.reload()#Examples
Kevin
it works!
thank you