ant-design-vue
ant-design-vue copied to clipboard
希望在Table的colums属性中加一个设置colgroup标签的max-width、min-width的功能
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
目前,表格字段都设置宽度后会等比放大,很不好看
What does the proposed API look like?
{
title: 'shopName',
key: '卖场名',
dataIndex: 'shopName',
minWidth: 210, //让此属性在resizable:false时,设置<colgroup style="min-width:210;" />
},