File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 176
176
177
177
< div class ="igx-grid__footer " #footer >
178
178
< ng-content select ="igx-grid-footer "> </ ng-content >
179
- < ng-container *ngIf ="totalRecords ">
179
+ < ng-container *ngIf ="totalRecords || pagingMode === 1 ">
180
180
< ng-content select ="igx-paginator "> </ ng-content >
181
181
</ ng-container >
182
182
</ div >
Original file line number Diff line number Diff line change 138
138
139
139
< div class ="igx-grid__footer " #footer >
140
140
< ng-content select ="igx-grid-footer "> </ ng-content >
141
- < ng-content *ngIf ="totalRecords " select ="igx-paginator "> </ ng-content >
141
+ < ng-content *ngIf ="totalRecords || pagingMode === 1 " select ="igx-paginator "> </ ng-content >
142
142
< ng-container #paginatorOutlet > </ ng-container >
143
143
</ div >
144
144
Original file line number Diff line number Diff line change 131
131
132
132
< div class ="igx-grid__footer " #footer >
133
133
< ng-content select ="igx-grid-footer "> </ ng-content >
134
- < ng-container *ngIf ="totalRecords ">
134
+ < ng-container *ngIf ="totalRecords || pagingMode === 1 ">
135
135
< ng-content select ="igx-paginator "> </ ng-content >
136
136
</ ng-container >
137
137
</ div >
You can’t perform that action at this time.
0 commit comments