Skip to content

Commit 365bfa6

Browse files
authored
fix(rowIsland): Do no calcualte row island widths, since it does not render element anyway. (#13953)
1 parent 2d6b376 commit 365bfa6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

projects/igniteui-angular/src/lib/grids/hierarchical-grid/row-island.component.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,11 @@ export class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective
426426
*/
427427
public override calculateGridHeight() { }
428428

429+
/**
430+
* @hidden
431+
*/
432+
public override calculateGridWidth() { }
433+
429434
protected _childColumns = [];
430435

431436
protected updateColumnList() {

0 commit comments

Comments
 (0)