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 0a80908 + 3678f91 commit 9b9b9e4Copy full SHA for 9b9b9e4
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -498,6 +498,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
498
this.onPagingDone.emit({ previous: this._page, current: val });
499
this._page = val;
500
this.pageChange.emit(this._page);
501
+ this.navigateTo(0);
502
this.notifyChanges();
503
}
504
0 commit comments