vxe-table icon indicating copy to clipboard operation
vxe-table copied to clipboard

需要表头合并功能

Open codesyofo opened this issue 2 years ago • 6 comments

这个需求解决了什么问题:

表头合并

建议的 API 是什么样的:

header-span-method 同 span-method,footer-span-method

是否已有其他不错的替代方案:

暂无

codesyofo avatar Aug 28 '23 07:08 codesyofo

可以用表头分组实现吧? https://vxetable.cn/v3/#/table/grid/group

woohs avatar Aug 28 '23 11:08 woohs

可以用表头分组实现吧? https://vxetable.cn/v3/#/table/grid/group

横向的表头合并,不是纵向的 image 图中红框部分不要

codesyofo avatar Aug 29 '23 05:08 codesyofo

可以用表头分组实现吧? https://vxetable.cn/v3/#/table/grid/group

横向的表头合并,不是纵向的 image 图中红框部分不要

这个需要自己通过css来隐藏元素实现

coderedeng avatar Sep 04 '23 07:09 coderedeng

2023年了,还不支持表头行合并吗

yzy9527 avatar Nov 22 '23 09:11 yzy9527

有个headerCellStyle属性,接一个回调函数,根据参数做判断,然后返回{backgroundSize:0}

alizewowwow avatar Mar 04 '24 01:03 alizewowwow

2024年了,有解决办法了吗

可以用表头分组实现吧? https://vxetable.cn/v3/#/table/grid/group

横向的表头合并,不是纵向的 image 图中红框部分不要

这个需要自己通过css来隐藏元素实现

haibins avatar Apr 25 '24 08:04 haibins