angular-ui/ui-grid

How set auto width for column ?

Open

#3,913 创建于 2015年7月2日

在 GitHub 查看
 (30 评论) (4 反应) (0 负责人)JavaScript (2,496 fork)batch import
Hi-Pri Bughelp wanted

仓库指标

Star
 (5,395 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

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

贡献者指南