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

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

Open iadj opened this issue 8 years ago • 1 comments

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.

iadj avatar Jun 07 '16 21:06 iadj

Try this

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

ak868308 avatar Dec 06 '16 07:12 ak868308