Reloading Issue

Reloading Issue

BalliBalli 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?

Replies

  • allanallan Posts: 63,815Questions: 1Answers: 10,517 Site admin

    Sounds like you want to call draw() with false passed in as the parameter to stop the paging jumping back to the first page (if I've understood the issue correctly).

    Thanks,
    Allan

This discussion has been closed.