yii2-scroll-pager
yii2-scroll-pager copied to clipboard
Infinite AJAX scrolling for Yii2 ListView widget
I`m using this exentsion with a ListView `echo ListView::widget([ 'dataProvider' => $dataProvider, 'id' => 'kategorieView', 'itemOptions' => ['class' => 'itemKategorie'], 'itemView' => '_startseiteKategorie', 'viewParams' => ['aktuelleWettbewerbId'=>$aktuelleWettbewerbId], 'layout' => "{items}\n{pager}", 'pager'...
_item_view not found find when using ListView `echo ListView::widget([ 'dataProvider' => $dataProvider, 'itemOptions' => ['class' => 'item'], 'itemView' => '_item_view', 'pager' => ['class' => \kop\y2sp\ScrollPager::className()] ]);`
Hi, Thanks for creating this widget. It's been a big help. But I'm running into an issue when it's used with a ListView Widget that's embedded in tabs. The behavior...
I have 2 ListViews. One with ScrollPager and another one in a sidebar. I set the Scroll Pager for one ListView, but now the pagination on the other ListView automatically...
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...
# Some code I'm working with ListView widget with some Pjax reload feature as follow: ``` ``` ## Full code ``` var scrollPager; ``` # Steps to reproduce this problem...
i'm using ScrollPager ``` `
This is my code ``` Pjax::begin(['id' => 'property-list', 'linkSelector' => false, 'timeout' => false, 'enablePushState' => true]); ListView::widget([ 'dataProvider' => $dataProvider, 'id' => 'proprtyData', 'layout' => "{items}{pager}", 'itemView' => '_view',...
can i using yii2 scroll pager without gridview or listview? give me an example please.