pro-components icon indicating copy to clipboard operation
pro-components copied to clipboard

🐛[BUG] 表头分组的情况下,使用列排序、编辑功能,固定列首和列尾的功能有问题

Open codingCenterFar opened this issue 1 year ago • 2 comments

样例columns: { title: '标题', dataIndex: 'title', copyable: true, ellipsis: true, tip: '标题过长会自动收缩', formItemProps: { rules: [ { required: true, message: '此项为必填项', }, ], }, children:[ { title:"内部分组1", dataIndex: 'inner-one', }, { title:"内部分组2", dataIndex: 'inner-two', } ] },

拖动排序内部分组1和内部分组2没法正常拖动,并且固定列也有问题

codingCenterFar avatar Nov 06 '23 03:11 codingCenterFar

同样的问题 + 1

brezhal avatar Nov 16 '23 06:11 brezhal

目前有解决方案了吗

BallerJay avatar Jan 29 '24 07:01 BallerJay