[DT1.9] Bug with infinite scroll, iDisplayLength, bServerSide

[DT1.9] Bug with infinite scroll, iDisplayLength, bServerSide

KussieKussie Posts: 6Questions: 0Answers: 0
edited March 2012 in Bug reports
When using a custom iDisplayLength (Like say 25) and hitting an ajax file, it will only return one additional set of results.

Ie first 25 results are displayed, then on scrolling the next 25 are displayed, but it will refuse to go any further. Removing iDisplayLength solves the issue and all data is retrieved and displayed as one would expect.


See this thread for more info: http://datatables.net/forums/discussion/9180/pagination-problems-when-using-column-filter-and-idisplaylength?post#Form_Body

Replies

  • KussieKussie Posts: 6Questions: 0Answers: 0
    Errr nevermind, i solved the issue. After a lot more reading and browsing of the forums, i discovered i had to remove the quotes from iDisplayLenth so now no more issues.
  • allanallan Posts: 63,383Questions: 1Answers: 10,449 Site admin
    Nice one - thanks for updating us :-)

    Allan
This discussion has been closed.