yii2-scroll-pager
yii2-scroll-pager copied to clipboard
infinite load of the last page
to prevent this issue use such a config:
'next' => '.page-item.next:not(".disabled") a',
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.