Hello there,
i`m using the gridview with large datasets. For some cases I prefer an Infinity-Scroll-Pager: http://www.prettyscripts.com/framework/yii/yii2-infinite-scrolling-with-gridview-and-listview/
In combination with GridGrouping I have the problem that new loaded content will not be loaded. WIth
‘eventOnRendered’ => new JsExpression(‘function(items) {
kvGridGroup(“grid-spieler”);
}’),
I am able to group new loaded iitems, but it also regroup the old ones. So I have doubled groupheaders. Any Ideas?
The post Gridview with ScrollPagination appeared first on Krajee Web Tips.