-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Milestone
Description
var columnDefs1 = [
{ name: 'firstName', width: 100 }
];
var columnDefs2 = [
{ name: 'firstName', width: 200 }
];
Switching beetween the 2 definitions for the grid the width for the "name" column doesn't change.
here is the plnkr:
http://plnkr.co/edit/Q3BYbb3fIHVgDVkKF4Tl?p=preview
Please hit swap data and you will notice that the gender company is changed to employed, but the column width is the same.