我在引导弹出窗口行中显示内容,在我滚动到第二页或第三页引导弹出窗口不起作用后,
<?php echo ListView::widget([
'dataProvider' => $dataProvider,
'itemOptions' => ['style'=>'float:left;','class' => 'item'],
'itemView' => '_item',
'pager' => [
'class' => \kop\y2sp\ScrollPager::className(),
'triggerOffset' => 100,
'noneLeftText' => 'You reached the end',
'noneLeftTemplate' => '<div class="ias-noneleft" style="text-align: center;clear:both;">{text}</div>',
],
'summary' =>false,
]); ?>
<a data-toggle="popover" data-placement='right'
data-content='<div>Welcome to the yii2 scroll pager</div>'
class="rec_popover"
href="<?=Url::toRoute(['list/view','rid' => $list['id']]);?>" data-lightbox-group="3D">
<img src="images/list-1.png" border="0" style="width:190px;height:107px;" />
</a>
请帮我解决这个问题