Skip to content

Commit 202c23a

Browse files
committed
fix(pivotGrid): Fix data reload for pivot grid not recalculating row height.
1 parent e26600e commit 202c23a

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-grid.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
[igxForContainerSize]="calcHeight"
4242
[igxForItemSize]="hasColumnLayouts ? rowHeight * multiRowLayoutRowSize + 1 : renderedRowHeight"
4343
[igxGridForOfVariableSizes]="false"
44-
#verticalScrollContainer>
44+
#verticalScrollContainer (dataChanging)="dataRebinding($event)" (dataChanged)="dataRebound($event)">
4545
<ng-template
4646
[igxTemplateOutlet]="recordTemplate"
4747
[igxTemplateOutletContext]="getContext(rowData, rowIndex)"

0 commit comments

Comments
 (0)