yii2-scroll-pager icon indicating copy to clipboard operation
yii2-scroll-pager copied to clipboard

Infinite AJAX scrolling for Yii2 ListView widget

Results 47 yii2-scroll-pager issues
Sort by recently updated
recently updated
newest added

I showing content in bootstrap popover row, after i scrolled to second or thrid page bootstrap popover not working, ```

bug

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...

bug

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...