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

How to autoload when scroll without click the link? #75

Open chate052 opened 7 years ago

chate052 commented 7 years ago

I set the Scroll Pager for ListView. It's work but I need to autoload next page same to Facebook when scroll without click the link ("Load more Items").

bmrbehnam commented 7 years ago

whats is solution !?

CatchTHEsun commented 7 years ago

set triggerOffset at 2 or 3.

karamdeep-singh commented 7 years ago

I have set the triggerOffset 3 , but i need on every scroll record without click on "load more items"

pls help

patpwilly commented 6 years ago

'triggerOffset'=>$dataProvider->totalCount/$dataProvider->pagination->pageSize,