Strange displayStart issue
Strange displayStart issue
felix_victor
Posts: 4Questions: 2Answers: 0
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
The problem is that your display start is not an integer multiple of the page length.
If you use an integer multiple then it does work as expected: https://jsfiddle.net/8q2du8h6/4/ .
This possibly is a bug since DataTables own paging handles it a bit better, but I'd suggest simply using an integer multiple for the time being.
Allan
Thanks for the reply, Allan.