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 227227 < div class ="igx-grid__scroll-end " [style.float] ='"right" ' [style.width.px] ='pinnedWidth ' [style.min-width.px] ='pinnedWidth ' [hidden] ="pinnedWidth === 0 || isPinningToStart "> </ div >
228228</ div >
229229
230- < div class ="igx-grid__footer " tabindex =" 0 " #footer >
230+ < div class ="igx-grid__footer " #footer >
231231 < ng-content select ="igx-grid-footer "> </ ng-content >
232232 < ng-container *ngIf ="paging && totalRecords ">
233233 < ng-container
Original file line number Diff line number Diff line change 158158 < div class ="igx-grid__scroll-end " [style.float] ='"right" ' [style.width.px] ='pinnedWidth ' [style.min-width.px] ='pinnedWidth ' [hidden] ="pinnedWidth === 0 || isPinningToStart "> </ div >
159159</ div >
160160
161- < div class ="igx-grid__footer " tabindex =" 0 " #footer >
161+ < div class ="igx-grid__footer " #footer >
162162 < ng-content select ="igx-grid-footer "> </ ng-content >
163163 < ng-container *ngIf ="paging && totalRecords ">
164164 < ng-container
Original file line number Diff line number Diff line change 133133 < div class ="igx-grid__scroll-end " [style.float] ='"right" ' [style.width.px] ='pinnedWidth ' [style.min-width.px] ='pinnedWidth ' [hidden] ="pinnedWidth === 0 || isPinningToStart "> </ div >
134134</ div >
135135
136- < div class ="igx-grid__footer " tabindex =" 0 " #footer >
136+ < div class ="igx-grid__footer " #footer >
137137 < ng-content select ="igx-grid-footer "> </ ng-content >
138138 < ng-container *ngIf ="paging && totalRecords ">
139139 < ng-container
You can’t perform that action at this time.
0 commit comments