The documentation is provided to save you time. If you read it, you would find the answer there: draw(). First parameter:
Reset (default) or hold the current paging position. A full re-sort and re-filter is performed when this method is called, which is why the pagination reset is the default action.
Answers
What do you mean? Under what circumstances?
I change data in database, so I need to reload table. If I use draw() method, page changes to first, but I want to stay on the current page.
The documentation is provided to save you time. If you read it, you would find the answer there:
draw()
. First parameter:Allan