OData paging
OData paging
deepakhope66
Posts: 1Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies
Allan