angular-ui/ui-grid

How set auto width for column ?

Open

#3,913 opened on Jul 2, 2015

View on GitHub
 (30 comments) (4 reactions) (0 assignees)JavaScript (2,496 forks)batch import
Hi-Pri Bughelp wanted

Repository metrics

Stars
 (5,395 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi! How set auto width for column(s) ?

columnDef = [ { field: 'name', minWidth: 100, width: 'auto'}, { field: 'age', minWidth: 20, width: 'auto'} ]

Contributor guide