Hoiw to return to last page displayed

Hoiw to return to last page displayed

plwplw Posts: 34Questions: 13Answers: 0

If you go to a pge then post a delete or update to the tables contents it goes back to the first page instead of the one that was changed which makes sense. Is it possible to make it go back to the one that was changed instead and if so how? Thanks.

Answers

  • kthorngrenkthorngren Posts: 20,309Questions: 26Answers: 4,771

    Likely this is caused by the use of either draw() or ajax.reload(). Both have parameters that can be passed to stay on the same page. Look at the docs for the one you are using when updating the table.

    Kevin

This discussion has been closed.