mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* hide Pagination in empty folder #1595 * unify isPaginationEnabled condition in template #1595
This commit is contained in:
committed by
Mario Romano
parent
09f3a6e30f
commit
d4cc54d561
@@ -30,11 +30,10 @@
|
||||
</no-content-template>
|
||||
</div>
|
||||
</alfresco-datatable>
|
||||
<alfresco-pagination *ngIf="enablePagination"
|
||||
<alfresco-pagination *ngIf="isPaginationEnabled()"
|
||||
(changePageSize)="onChangePageSize($event)"
|
||||
(nextPage)="onNextPage($event)"
|
||||
(prevPage)="onPrevPage($event)"
|
||||
[pagination]="pagination"
|
||||
[supportedPageSizes]="[5, 10, 15, 20]">
|
||||
</alfresco-pagination>
|
||||
|
||||
|
Reference in New Issue
Block a user