Scroller and State Save not working properly
Scroller and State Save not working properly
Since I upgraded to the latest version of DataTables and Scroller, the scrolling position is not restored correctly after page load. The table scrolls to the right position, but data is not schown. My current workaround is to comment
this.s.ingnoreScroll = true;
So far there are no glitches. However, my question is whether this causes the table to be drawn too often and how to fix this issues properly.
BTW my guess is the variable should be called ignoreScroll
but since it is consistent across the code, that is not the source of my problem.