We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2aa4677 + 32cc8e6 commit 8a873f2Copy full SHA for 8a873f2
projects/igniteui-angular/src/lib/grids/grid-base.component.ts
@@ -544,6 +544,7 @@ export abstract class IgxGridBaseComponent extends DisplayDensityBase implements
544
this.onPagingDone.emit({ previous: this._page, current: val });
545
this._page = val;
546
this.pageChange.emit(this._page);
547
+ this.navigateTo(0);
548
this.notifyChanges();
549
}
550
0 commit comments