Skip to content

Commit fd4daca

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Set back defaultWidth since it's fallback for width.
1 parent 588ed3a commit fd4daca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/grids/grid/src/grid-base.directive.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6741,6 +6741,7 @@ export abstract class IgxGridBaseDirective implements GridType,
67416741
const columnWidthCombined = parseFloat(this._columnWidth) * (column.colEnd ? column.colEnd - column.colStart : 1);
67426742
column.defaultWidth = columnWidthCombined + 'px';
67436743
} else {
6744+
column.defaultWidth = this._columnWidth;
67446745
column.resetCaches();
67456746
}
67466747
});

0 commit comments

Comments
 (0)