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

Loaded items having display:none

Open tetzilla opened this issue 9 years ago • 1 comments

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' => [ 'class' => ScrollPager::className(), 'container' => '#kategorieView', 'item' => '.itemKategorie', 'enabledExtensions' => [ ScrollPager::EXTENSION_TRIGGER, ScrollPager::EXTENSION_SPINNER, ScrollPager::EXTENSION_NONE_LEFT, ScrollPager::EXTENSION_PAGING ], 'triggerOffset' => 2, ], ]);

When I`m scrolling to the bottom of the page new items will be added to the dom with style="display:none":

tetzilla avatar Jun 27 '16 13:06 tetzilla

i do have the same issue

Amr-alshroof avatar Jun 19 '17 01:06 Amr-alshroof