Reloading Issue
Reloading Issue
Balli
Posts: 1Questions: 0Answers: 0
Hi,
I am currently using server side pagination. I am having a scenario in which i need to reload the datable to the current page that I am in after the update has been done. I am able to fetch the data for the current page but my table gets re rendered and the pagination shows the first page selected at the bottom. Is there any way to directly load the n'th(3rd or 4th) page directly when the datatable is loaded?
This discussion has been closed.
Replies
Sounds like you want to call
draw()
withfalse
passed in as the parameter to stop the paging jumping back to the first page (if I've understood the issue correctly).Thanks,
Allan