mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
fix pagination, refactor
This commit is contained in:
parent
a6f3378c21
commit
110bd65c20
4 changed files with 9 additions and 13 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue