Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Table]Table组件自定义表头单元格props #5005

Closed
fanwww opened this issue Dec 30, 2024 · 6 comments
Closed

[Table]Table组件自定义表头单元格props #5005

fanwww opened this issue Dec 30, 2024 · 6 comments

Comments

@fanwww
Copy link

fanwww commented Dec 30, 2024

Component

Table

Feature Description

类似于设置表格内容单元格样式的cellProps,有没有headerCellProps属性,用来设置表头某一个单元格props,包括支持级联表头单元格设置

@zyliang96
Copy link
Contributor

现在Table.Column 是支持透传属性的,className、style、一些事件的注册的,对于的问题中的级联表头单元格设置是怎样的效果能说明一下吗?最好有一个直观的例子

@fanwww
Copy link
Author

fanwww commented Dec 31, 2024

现在Table.Column 是支持透传属性的,className、style、一些事件的注册的,对于的问题中的级联表头单元格设置是怎样的效果能说明一下吗?最好有一个直观的例子

在hansontable配置了级联表头的颜色
image
想要在table组件回显
image

之前试了在Table.ColumnGroup直接设置style无效,现在采用的方案是在title属性上设置
image

@zyliang96
Copy link
Contributor

我在官网的1.27.x的版本上试了一下,Table.ColumnGroup 直接设置style 是生效的,你使用的版本是多少呢?

@fanwww
Copy link
Author

fanwww commented Dec 31, 2024

我在官网的1.27.x的版本上试了一下,Table.ColumnGroup 直接设置style 是生效的,你使用的版本是多少呢?

version: "1.26.4"
image

@zyliang96
Copy link
Contributor

1.26.4我本地试了也没有问题,你再确定一下你本地的代码吧

@fanwww
Copy link
Author

fanwww commented Dec 31, 2024

1.26.4我本地试了也没有问题,你再确定一下你本地的代码吧

好,那我就把这个议题关掉了

@fanwww fanwww closed this as completed Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants