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 5656 [editMode] ="col.editable && this.grid.crudService.targetInEdit(index, col.index) " [column] ="col "
5757 [formatter] ="col.formatter " [intRow] ="this " [active] ="isCellActive(col.visibleIndex) "
5858 [firstPinned] ="col.isFirstPinned " [lastPinned] ="col.isLastPinned " [style.min-height.px] ="cellHeight "
59- [data ] ="data " [style.min-width] ="col.width " [style.max-width] ="col.width " [style.flex-basis] ="col.width "
59+ [rowData ] ="data " [style.min-width] ="col.width " [style.max-width] ="col.width " [style.flex-basis] ="col.width "
6060 [style.left] ="col.rightPinnedOffset " [width] ="col.getCellWidth() " [visibleColumnIndex] ="col.visibleIndex "
6161 [value] ="data | dataMapper:col.field:grid.pipeTrigger:data[col.field]:col.hasNestedPath "
6262 [cellTemplate] ="col.bodyTemplate " [lastSearchInfo] ="grid.lastSearchInfo "
You can’t perform that action at this time.
0 commit comments