mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
skipcount 0 after pagesize change (#2327)
This commit is contained in:
committed by
Popovics András
parent
a516d72304
commit
dc840a0120
@@ -694,6 +694,7 @@ export class DocumentListComponent implements OnInit, OnChanges, AfterContentIni
|
||||
|
||||
onChangePageSize(event: Pagination): void {
|
||||
this.pageSize = event.maxItems;
|
||||
this.skipCount = 0;
|
||||
this.reload();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user