Skip to content

Commit 763af6d

Browse files
committed
fix(groupby): columns width doesn't update when grouping gets cleared #10081
1 parent a2eefb4 commit 763af6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ export class IgxGridComponent extends IgxGridBaseDirective implements GridType,
672672
*/
673673
public clearGrouping(name?: string | Array<string>): void {
674674
this._gridAPI.clear_groupby(name);
675+
this.calculateGridSizes();
675676
this.notifyChanges(true);
676677
}
677678

0 commit comments

Comments
 (0)