Skip to content

Commit

Permalink
removed pagination on home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Geertvdc committed Nov 13, 2019
1 parent b13b6a2 commit 3714958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ <h2>Current beers <span *ngIf="beers.length > 0">({{beers.length}})</span></h2>
<tr mat-header-row *matHeaderRowDef="displayedColumns"></tr>
<tr mat-row *matRowDef="let row; columns: displayedColumns;"></tr>
</table>
<mat-paginator [pageSizeOptions]="[25, 50, 100]" showFirstLastButtons></mat-paginator>
<!--<mat-paginator [pageSizeOptions]="[25, 50, 100]" showFirstLastButtons></mat-paginator>-->
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ <h2>Fridge history <span *ngIf="beers.length > 0">({{beers.length}})</span></h2
<tr mat-header-row *matHeaderRowDef="displayedColumns"></tr>
<tr mat-row *matRowDef="let row; columns: displayedColumns;"></tr>
</table>
<mat-paginator [pageSizeOptions]="[25, 50, 100]" showFirstLastButtons></mat-paginator>
<!--<mat-paginator [pageSizeOptions]="[25, 50, 100]" showFirstLastButtons></mat-paginator>-->
</div>

0 comments on commit 3714958

Please sign in to comment.