upgrading from scroller 1.0.2 to 1.1.0 made scrolling data load slower
upgrading from scroller 1.0.2 to 1.1.0 made scrolling data load slower
fearednerd
Posts: 44Questions: 0Answers: 0
I was having an issue with the save state and scroller 1.0.2 so I upgraded to scroller 1.1.0. This fixed my save state issue but has caused loading new rows when scrolling to be significantly slower. I did not change anything except the scroller,js file. I'm wondering if anyone else is having this problem as well?
This discussion has been closed.
Replies
update: I also tried using the 1.1.1 nightly to see if it will help, it sped it up a little bit but not as fast as when I use 1.0.2
This is controlled by the displayBuffer option: http://datatables.net/docs/Scroller/1.1.0/Scroller.oDefaults.html#displayBuffer . The 1.0.x value was 3 (I think it was fixed at 3 if I recall correctly).
Allan