--- dataTables.scroller.js +++ dataTables.scroller.patched.js @@ -950,7 +950,9 @@ } } else { - that.s.ingnoreScroll = false; + setTimeout( function () { + that.s.ingnoreScroll = false; + },0); } // Because of the order of the DT callbacks, the info update will