OData paging

OData paging

deepakhope66deepakhope66 Posts: 1Questions: 0Answers: 0
edited March 2014 in TableTools
I'm using jquery 2.1.5 version in my mvc application.
I've given

oTable = $('#activitiesTable').dataTable({
"sPaginationType": "full_numbers",

Now suppose paging is coming 5 and when I'm clicking on the 2nd page it has 10 record then I'm redirecting to other page(details page).
Now I need a help from you guys that when I'll redirect to previous page that 2nd page has to be selected not first page.

Please give me information so that I'll be obliged to you.

Thanks and regards
Deepak

Replies

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin
    You might be interested in taking a look at this: http://vpllan.github.io/jQuery.dataTables.oData/ .

    Allan
This discussion has been closed.