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 2424 [ngStyle] ="col.cellStyles | igxCellStyles:data[col.field]:data:col.field:viewIndex:grid.pipeTrigger "
2525 [editMode] ="col.editable && this.grid.crudService.targetInEdit(index, col.index) " [column] ="col "
2626 [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 "
2828 [style.flex-basis] ="col.width " [width] ="col.getCellWidth() " [visibleColumnIndex] ="col.visibleIndex "
2929 [value] ="data | dataMapper:col.field:grid.pipeTrigger:data[col.field]:col.hasNestedPath "
3030 [cellTemplate] ="col.bodyTemplate " [lastSearchInfo] ="grid.lastSearchInfo "
You can’t perform that action at this time.
0 commit comments