kop / yii2-scroll-pager

Infinite AJAX scrolling for Yii2 ListView widget
https://kop.github.io/yii2-scroll-pager/
MIT License
180 stars 63 forks source link

Page Summary and Grouping not working #112

Open akshaymisal27 opened 3 years ago

akshaymisal27 commented 3 years ago

I have implemented page-scroller. But it not reflecting page summary and group after first page. Please guide me. My Code

 'pager' => [
            'class' => \kop\y2sp\ScrollPager::className(),
            'container' => '.grid-view tbody',
            'item' => 'tr',
            'paginationSelector' => '.grid-view .pagination',
            'triggerTemplate' => '<tr class="ias-trigger"><td colspan="100%" style="text-align: center"><a style="cursor: pointer">{text}</a></td></tr>',
            'delay'=>0,
            'enabledExtensions'=> ['IASSpinnerExtension'],
            'negativeMargin'=>250,
          ],
akshaymisal27 commented 3 years ago

@kop @onmotion Can you please check