improvements to the filter.

This commit is contained in:
jonaswinkler
2020-12-03 19:55:42 +01:00
parent 951d5b1c0d
commit ff20b2857c
2 changed files with 8 additions and 3 deletions

View File

@@ -82,6 +82,12 @@ export class DocumentListViewService {
this.reload()
}
clear() {
this.collectionSize = null
this.documents = []
this.currentPage = 1
}
reload(onFinish?) {
this.isReloading = true
this.documentService.list(