mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
skipcount 0 after pagesize change (#2327)
This commit is contained in:
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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user