Possible Bug with _fnPageChange?
Possible Bug with _fnPageChange?
belsarerohit81
Posts: 6Questions: 4Answers: 0
I believe this function is supposed to work like hasNext in a Itrator.
Consider Datatable "table" having 200 pages.
So if I fire
table. _fnPageChange('last');
it should Return true (meaning there is a last page)
if I again fire this then it should return the same "True"
as I have not changed the page but just checked its availability.
Unfortunately this is not the case it returns false every time after is fired once.
This discussion has been closed.