Skip to content
Snippets Groups Projects
Commit c5bfbeaa authored by Jonas Van Goolen's avatar Jonas Van Goolen
Browse files

#150 Pre grid/list decorator generalisation commit

parent 17f839f9
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@
(paginationChange)="onPaginationChange($event)">
<ul *ngIf="objects.hasSucceeded | async" @fadeIn>
<div class="row">
<div class="col-lg-3 col-xs-12 col-sm-6"
<div class="col-lg-4 col-sm-4 col-xs-12 "
*ngFor="let object of (objects.payload | async) | paginate: { itemsPerPage: (pageInfo | async)?.elementsPerPage, currentPage: (pageInfo | async)?.currentPage, totalItems: (pageInfo | async)?.totalElements }">
<ds-wrapper-grid-element [object]="object"></ds-wrapper-grid-element>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment