ant-design-vue
ant-design-vue copied to clipboard
Table resizable columns, the initial state hopes to have adaptive width function.
trafficstars
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
当一个table为100%宽时,有5个列, 3,4,5都是指定宽度的如100, 1,2列希望自动适应宽度, 但这时,1,2列同时希望可通过拖动调整宽度,现在好像就无法支持了。 因为可通过拖动调整宽度,一定要为列指定一个width,这样1,2列就不能自适应了。
What does the proposed API look like?
如:自适应初使的width设置为-1,这样好知道是自适应,一但通过手动调整过,将不自适应就为手动调整的宽度。
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days