Skip to content

Commit 096f4a8

Browse files
authored
fix(rowIsland): Do no calcualte row island widths, since it does not render element anyway. (#13951)
1 parent 7a4f82a commit 096f4a8

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
@@ -380,6 +380,11 @@ export class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective
380380
*/
381381
public override calculateGridHeight() { }
382382

383+
/**
384+
* @hidden
385+
*/
386+
public override calculateGridWidth() { }
387+
383388
protected _childColumns = [];
384389

385390
protected updateColumnList() {

0 commit comments

Comments
 (0)