Skip to content

Commit 840d611

Browse files
committed
chore(*): Additional fix for licensed build
1 parent 5cbb6e6 commit 840d611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-row.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
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"

0 commit comments

Comments
 (0)