Paging table incorrect with Serverside processing
Paging table incorrect with Serverside processing
ureshdes
Posts: 5Questions: 0Answers: 0
When server-side processing is enabled, the paging table end value is not correct when the displayed number of rows are less than the display length.
Eg: Paging is set to 10 per page and total is 209. The last page only has 9 records but the paging table displays the following. (the end value is defaulted to start + displayLength)
Showing 201 to 210 of 209 entries
Eg: Paging is set to 10 per page and total is 209. The last page only has 9 records but the paging table displays the following. (the end value is defaulted to start + displayLength)
Showing 201 to 210 of 209 entries
This discussion has been closed.
Replies
Allan
One more thing which is inline with the above explanation, I have "aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]] and when I select All, I see the following;
Showing 1 to -1 of 209 entries
Allan
It's all fine now. As always, thanks for the help !