yii2-scroll-pager
yii2-scroll-pager copied to clipboard
Infinite AJAX scrolling for Yii2 ListView widget
When I scroll down list of products (on mobile) for example to second page and I enter to product from second page next I back to products list (URL: products?page=3&per-page=12)...
Hi, First off all, great extension, makes life far easy for many yii developers. Kudos to you. I am using Kartik-editable grid with it's own pjax event like below GridView::widget([...
When I tried list view I am getting the above error.
Hello All, Please help me on this. I am using the yii2 scroll pagination and in the pagination use the ListView::widget. when i scroll the page a button shows names...
Hi, My project use a kartik gridview, I've configured the gridview according to the manuel, unfortunately I get this error: Setting unknown property: kop\y2sp\ScrollPager::linkContainerOptions Thanks a lot for any ideas....
i have the same question as in [here](http://stackoverflow.com/questions/25045168/yii2-scroll-pager-with-overflow-scroll) "when you set the scroll for a div, instead of the whole screen, ajax is not loading any additional items when you...
I have this below code and when I click to expand the row then its working for first page and when its scroll down and when load the next page...
Hi! Thanks for nice extension! I think it would be cool if tokens [from $summary](http://www.yiiframework.com/doc-2.0/yii-widgets-baselistview.html#$summary-detail) prop autoupdating (optional).
I have implemented page-scroller. But it not reflecting **page summary and group** after first page. Please guide me. My Code ``` 'pager' => [ 'class' => \kop\y2sp\ScrollPager::className(), 'container' => '.grid-view...