File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
projects/igniteui-angular/src/lib
core/styles/components/grid-summary Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 123
123
124
124
& ::after {
125
125
position : absolute ;
126
- content : ' ' ;
127
126
top : 0 ;
128
127
bottom : 0 ;
129
128
left : 0 ;
Original file line number Diff line number Diff line change 10
10
</ div >
11
11
</ ng-container >
12
12
13
- < span class ="igx-grid-summary__label " title =" {{ summary.label }} "> {{ translateSummary(summary) }}</ span >
14
- < span class ="igx-grid-summary__result " title =" {{ summary.summaryResult }} ">
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 ">
15
15
{{ columnDatatype === 'number' ? (summary.summaryResult | igxdecimal: grid.locale) : columnDatatype === 'date' ? (summary.summaryResult | igxdate: grid.locale) : (summary.summaryResult) }}
16
16
</ span >
17
17
</ div >
You can’t perform that action at this time.
0 commit comments