ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

希望在Table的colums属性中加一个设置colgroup标签的max-width、min-width的功能

Open kimchunhe opened this issue 6 months ago • 1 comments

  • [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;" />
},

kimchunhe avatar Aug 13 '24 15:08 kimchunhe