fix pagination, refactor

This commit is contained in:
Michael Shamoon
2022-08-08 00:03:15 -07:00
parent a6f3378c21
commit 110bd65c20
4 changed files with 9 additions and 13 deletions

View File

@@ -87,10 +87,6 @@ export class DocumentListComponent implements OnInit, OnDestroy {
this.list.setSort(event.column, event.reverse)
}
setPage(page: number) {
this.list.currentPage = page
}
get isBulkEditing(): boolean {
return this.list.selected.size > 0
}