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

Scroller hides pagination menu on non-scroller ListView on same page #71

Open iadj opened 8 years ago

iadj commented 8 years ago

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 gets a "style='display:none;'" property on the pagination menu. This shouldn't happen.

ak868308 commented 7 years ago

Try this

'pager' => [ 'id' => 'firstListViewPager', 'options'=> ['style'=> 'display:inline-block !important'] ]