yii2-scroll-pager
yii2-scroll-pager copied to clipboard
Scroller hides pagination menu on non-scroller ListView on same page
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.
Try this
'pager' => [ 'id' => 'firstListViewPager', 'options'=> ['style'=> 'display:inline-block !important'] ]