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

Pjax is not working with loaded item #58

Open ghost opened 8 years ago

ghost commented 8 years ago

After i click load more item button, then i perform some pjax operations, it won't work the problem that pjax request is not injected to the data sent to the controller anyone has the same problem with me?

panchenkodv commented 8 years ago

Same problem. No solution.

ak868308 commented 7 years ago

What kind of pjax action you want. Means if you are using some plugins then you must need to re-initialize them. Did you tried with this option 'eventOnRendered' => "function(){ reinitialize your pjax } Hope this should be work