We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6dd9c7 commit 77bd6b5Copy full SHA for 77bd6b5
projects/components/src/paginator/paginator.component.ts
@@ -19,7 +19,7 @@ import { PaginationProvider } from './paginator-api';
19
styleUrls: ['./paginator.component.scss'],
20
changeDetection: ChangeDetectionStrategy.OnPush,
21
template: `
22
- <div class="paginator" *ngIf="this.totalItems && this.totalItems > pageSizeOptions[0]">
+ <div class="paginator" *ngIf="this.totalItems && this.totalItems > this.pageSize">
23
<ht-label
24
class="label"
25
label="{{ this.firstItemNumberForPage() }}-{{ this.lastItemNumberForPage() }} of {{ this.totalItems }}"
0 commit comments