skipcount 0 after pagesize change (#2327)

This commit is contained in:
Eugenio Romano 2017-09-12 14:39:48 +01:00 committed by Popovics András
parent a516d72304
commit dc840a0120

View File

@ -694,6 +694,7 @@ export class DocumentListComponent implements OnInit, OnChanges, AfterContentIni
onChangePageSize(event: Pagination): void {
this.pageSize = event.maxItems;
this.skipCount = 0;
this.reload();
}