File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import { DeprecateMethod } from '../core/deprecateDecorators';
2323import { HammerGesturesManager } from '../core/touch' ;
2424import { ColumnType } from './common/column.interface' ;
2525import { RowType } from './common/row.interface' ;
26- import { GridSelectionMode , GridKeydownTargetType } from './common/enums' ;
26+ import { GridSelectionMode } from './common/enums' ;
2727import { GridType } from './common/grid.interface' ;
2828import { ISearchInfo } from './grid/public_api' ;
2929
Original file line number Diff line number Diff line change 1010 </ div >
1111 </ ng-container >
1212
13- < span class ="igx-grid-summary__label " [attr. title] ="summary.label "> {{ translateSummary(summary) }}</ span >
14- < span class ="igx-grid-summary__result " [attr. title] ="summary.summaryResult ">
13+ < span class ="igx-grid-summary__label " [title] ="summary.label "> {{ translateSummary(summary) }}</ span >
14+ < span class ="igx-grid-summary__result " [title] ="summary.summaryResult ">
1515 {{ columnDatatype === 'number' ? (summary.summaryResult | igxdecimal: grid.locale) : columnDatatype === 'date' ? (summary.summaryResult | igxdate: grid.locale) : (summary.summaryResult) }}
1616 </ span >
1717 </ div >
You can’t perform that action at this time.
0 commit comments