when I use pagination and click on the data present on the last page it brings me first page why?
when I use pagination and click on the data present on the last page it brings me first page why?

I have used bootrap datatable and I load the data in it once there will more than one pagination and I click on the other page it brings me on the first page why this is happening I am not able to understand?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Please provide a link to a test page showing the issue.
I have attached image here you can see there are 1 and 2 pages when i click on 2 page data is loaded as like which displays on 1 page but once i click on any row it navigates me to the page 1.
I think see this one.
var table = $('#'+detailDataTableReportName).DataTable({
"bProcessing": false,
"bServerSide": false,
"aoColumns": detailColumnNames,
"data": response.rows,
"bJQueryUI": false,
"bFilter": false,
"dom": 'rt<"bottom"flp> ',
"bSort":false,
"order": [[ order, 'asc' ]],
"aLengthMenu": [ 24 ],
"iDisplayLength": 24,
We'd need a link to a page showing the issue as tangerine requested.
Allan
I am sorry allan but the people with whom i am working they will not allow me to send the link.
I'm afraid there is little help we can offer then. If you can create an example showing the issue on JSFiddle or http://live.datatables.net we could look into that.
Allan
Allan thank you very much for your help. got the solution . once I will be any issue , back to you soon.