[ACA-1301] Document List - page sizes (#299)

* pagination sizes

* retire documentList supportedPageSizes

* fix tests
This commit is contained in:
Cilibiu Bogdan
2018-04-16 16:21:13 +03:00
committed by Denys Vuika
parent 10818633c5
commit abf34a6b48
16 changed files with 67 additions and 7 deletions

View File

@@ -172,7 +172,7 @@
<ng-container *ngIf="!isEmpty">
<adf-pagination
[supportedPageSizes]="documentList.supportedPageSizes"
[supportedPageSizes]="'pagination.supportedPageSizes' | appConfig"
[pagination]="pagination"
(change)="load(true, $event)"
(changePageSize)="onChangePageSize($event)">