angular-ui/ui-grid

How set auto width for column ?

Open

#3.913 aberto em 2 de jul. de 2015

Ver no GitHub
 (30 comments) (4 reactions) (0 assignees)JavaScript (2.496 forks)batch import
Hi-Pri Bughelp wanted

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

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

Guia do colaborador