Does datatables support permalinks to page numbers?

Does datatables support permalinks to page numbers?

quytennisquytennis Posts: 14Questions: 0Answers: 0
edited March 2012 in General
I'm using server side processing - what's the best way to specify a URL such that the table shows a particular page # instead of page 1?

Replies

  • allanallan Posts: 63,397Questions: 1Answers: 10,451 Site admin
    The most direct way of doing this would be to simply use a little bit of Javascript to find out what page you want from your URL and then use the iDisplayStart init parameter to set the start point for your paging (page length * page number).

    Allan
This discussion has been closed.