update pagination on count 0 (#3228)

This commit is contained in:
Cilibiu Bogdan
2018-04-24 19:24:01 +03:00
committed by Eugenio Romano
parent 8f27cd1758
commit 95a2a54017
3 changed files with 31 additions and 0 deletions

View File

@@ -750,6 +750,7 @@ export class DocumentListComponent implements OnInit, OnChanges, OnDestroy, Afte
}
updatePagination(pagination: PaginationModel) {
this.pagination.next(pagination);
this.reload();
}