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 56
56
[editMode] ="col.editable && this.grid.crudService.targetInEdit(index, col.index) " [column] ="col "
57
57
[formatter] ="col.formatter " [intRow] ="this " [active] ="isCellActive(col.visibleIndex) "
58
58
[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 "
60
60
[style.left] ="col.rightPinnedOffset " [width] ="col.getCellWidth() " [visibleColumnIndex] ="col.visibleIndex "
61
61
[value] ="data | dataMapper:col.field:grid.pipeTrigger:data[col.field]:col.hasNestedPath "
62
62
[cellTemplate] ="col.bodyTemplate " [lastSearchInfo] ="grid.lastSearchInfo "
You can’t perform that action at this time.
0 commit comments