yii2-scroll-pager
yii2-scroll-pager copied to clipboard
Infinite AJAX scrolling for Yii2 ListView widget
I showing content in bootstrap popover row, after i scrolled to second or thrid page bootstrap popover not working, ```
Hey I'm displaying Yii2's ListView inside a Bootstrap Modal and the content is loaded via Ajax. The problem is in pagination: sometimes it loades correctly, sometimes it loads all the...
I am using the below code Once i removed the 'pager' block it works fine without duplicate row with pagination. Search Model File: public function searchDeals($params) { $query = deal::find();...
Thanks for developing this widget. I used this extension , this working fine, but when I use this extension in ajax call , the infinite scroller are not binding with...
For testing purpose, i have set limit 5 records only.. Now i load that page, those 5 records are displaying through activity-review-log. It means index?page=1. Then again fetching index?page=2. there...