Answer the question
In order to leave comments, you need to log in
How to load data on scroll Yii2 (kop/yii2-scroll-pager )?
echo \yii\widgets\ListView::widget([
'dataProvider' => $dataProvider,
'itemOptions' => ['class' => 'item'],
'itemView' => '_itemNew',
'summary' => false,
'pager' => ['class' => \kop\y2sp\ScrollPager::className(), 'eventOnScroll' => 'loadPager'],
]);
function loadPager() {
$('.ias-trigger a').trigger('click');
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question