mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-08-07 17:48:27 +00:00
use custom pagination options (#448)
This commit is contained in:
committed by
Denys Vuika
parent
bc554bb8d3
commit
265781c540
@@ -119,6 +119,7 @@
|
|||||||
</adf-document-list>
|
</adf-document-list>
|
||||||
|
|
||||||
<adf-pagination *ngIf="!documentList.isEmpty()"
|
<adf-pagination *ngIf="!documentList.isEmpty()"
|
||||||
|
acaPagination
|
||||||
[target]="documentList"
|
[target]="documentList"
|
||||||
(change)="onPaginationChanged($event)">
|
(change)="onPaginationChanged($event)">
|
||||||
</adf-pagination>
|
</adf-pagination>
|
||||||
|
Reference in New Issue
Block a user