mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4042] fix reset pagination issue when enter in a folder (#4281)
* fix reset pagination issue when enter in a folder * fix pagination new folder issue and infintie pagiantion
This commit is contained in:
@@ -104,6 +104,7 @@ export class InfinitePaginationComponent implements OnInit, OnDestroy, Paginatio
|
||||
|
||||
reset() {
|
||||
this.pagination.skipCount = 0;
|
||||
this.pagination.maxItems = this.pageSize;
|
||||
this.target.updatePagination(this.pagination);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user