Skip to content

Commit 5cbb6e6

Browse files
committed
chore(*): Fix licensed build failure
1 parent c1d0410 commit 5cbb6e6

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
@@ -24,7 +24,7 @@
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"

0 commit comments

Comments
 (0)