How to refresh page?

How to refresh page?

m78m78 Posts: 2Questions: 1Answers: 0

How to refresh page?

Answers

  • tangerinetangerine Posts: 3,348Questions: 36Answers: 394

    What do you mean? Under what circumstances?

  • m78m78 Posts: 2Questions: 1Answers: 0

    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.

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    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.

    Allan

This discussion has been closed.