File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
[row] ="rowData " [column] ="this.column.field " [containerClass] ="'igx-grid__td-text' " [metadata] ="searchMetadata "
8
8
class ="igx-grid__td-text "> {{ formatter ? formatter(value) : column.dataType === 'number' ? (value | igxdecimal:
9
9
grid.locale) : column.dataType === 'date' ? (value | igxdate: grid.locale) : column.dataType === 'boolean' ? "" : value }}
10
- < igx-icon *ngIf ="column.dataType === 'boolean' " [ngClass] ="{'igx-grid__icon--checked': value} " > {{value ? 'check' : 'close'}}</ igx-icon >
11
10
</ div >
11
+ < igx-icon *ngIf ="column.dataType === 'boolean' " [ngClass] ="{'igx-grid__icon--checked': value} " > {{value ? 'check' : 'close'}}</ igx-icon >
12
12
</ ng-template >
13
13
< ng-template #inlineEditor let-cell ="cell ">
14
14
< ng-container *ngIf ="column.dataType === 'string' ">
Original file line number Diff line number Diff line change 7
7
[row] ="rowData " [column] ="this.column.field " [containerClass] ="'igx-grid__td-text' " [metadata] ="searchMetadata "
8
8
class ="igx-grid__td-text "> {{ formatter ? formatter(value) : column.dataType === 'number' ? (value | igxdecimal:
9
9
grid.locale) : column.dataType === 'date' ? (value | igxdate: grid.locale) : column.dataType === 'boolean' ? "" : value }}
10
- < igx-icon *ngIf ="column.dataType === 'boolean' " [ngClass] ="{'igx-grid__icon--checked': value} "> {{value ? 'check' : 'close'}}</ igx-icon >
11
10
</ div >
11
+ < igx-icon *ngIf ="column.dataType === 'boolean' " [ngClass] ="{'igx-grid__icon--checked': value} "> {{value ? 'check' : 'close'}}</ igx-icon >
12
12
</ ng-template >
13
13
< ng-template #inlineEditor let-cell ="cell ">
14
14
< ng-container *ngIf ="column.dataType === 'string' ">
You can’t perform that action at this time.
0 commit comments