Fixes bug on user listing.
This commit is contained in:
parent
499149ea93
commit
a0f3192541
|
@ -124,6 +124,8 @@ export class UserListingComponent implements OnInit, AfterViewInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
refresh() {
|
refresh() {
|
||||||
|
this._paginator.pageSize = 10;
|
||||||
|
this._paginator.pageIndex = 0;
|
||||||
this.dataSource = new UsersDataSource(this.userService, this._paginator, this.sort, this.languageService, this.snackBar, this.criteria);
|
this.dataSource = new UsersDataSource(this.userService, this._paginator, this.sort, this.languageService, this.snackBar, this.criteria);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue