Skip to content

Column width doesn't change #3047

@roedit

Description

@roedit

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions