kop / yii2-scroll-pager

Infinite AJAX scrolling for Yii2 ListView widget
https://kop.github.io/yii2-scroll-pager/
MIT License
180 stars 63 forks source link

infinite load of the last page #103

Open viplike opened 4 years ago

viplike commented 4 years ago

to prevent this issue use such a config: 'next' => '.page-item.next:not(".disabled") a',

compugator2 commented 4 years ago

That did not work for me. I am using a Gridview and that last page just keeps loading whenever I scroll to the bottom. That fix just keeps it from scrolling at all.