File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
projects/igniteui-angular/src/lib/grids/pivot-grid Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 24
24
[ngStyle] ="col.cellStyles | igxCellStyles:data[col.field]:data:col.field:viewIndex:grid.pipeTrigger "
25
25
[editMode] ="col.editable && this.grid.crudService.targetInEdit(index, col.index) " [column] ="col "
26
26
[formatter] ="col.formatter " [intRow] ="this " [active] ="isCellActive(col.visibleIndex) "
27
- [style.min-height.px] ="cellHeight " [data ] ="data " [style.min-width] ="col.width " [style.max-width] ="col.width "
27
+ [style.min-height.px] ="cellHeight " [rowData ] ="data " [style.min-width] ="col.width " [style.max-width] ="col.width "
28
28
[style.flex-basis] ="col.width " [width] ="col.getCellWidth() " [visibleColumnIndex] ="col.visibleIndex "
29
29
[value] ="data | dataMapper:col.field:grid.pipeTrigger:data[col.field]:col.hasNestedPath "
30
30
[cellTemplate] ="col.bodyTemplate " [lastSearchInfo] ="grid.lastSearchInfo "
You can’t perform that action at this time.
0 commit comments