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
当嵌套表格 rowSelection 中 type 属性设置为 radio 时,没有配置设置 单选 那一列的列名称!! #11042
Comments
Translation of this issue: When the type attribute of the nested table rowSelection is set to radio, the column name of the column for the selected radio is not configured!!
Version3.1.4 EnvironmentMac, chrome, antd v3.1.4 Reproduction linkhttps://codepen.io/littlelane/pen/qKMNGb?editors=0010 Steps to reproduceexpandedRowRender: () => {
Return (
<Table
Columns={[].concat(columns)}
dataSource={[].concat(data)}
rowSelection={{
Type: 'radio',
}}
/>
)
}, What is expected?There is a related configuration setting this column name What is actually happening?It seems that there are no related configuration parameters |
你希望配置的列名具体是什么? |
我知道,具体业务上希望写什么内容,有一些实例会比较好判断 API 的提供方式。 |
@0maxxam0 funded this issue with $10. Visit this issue on Issuehunt |
@littleLane has started working. Visit this issue on Issuehunt |
@littleLane has submitted output. Visit this issue on Issuehunt |
@yesmeck has rewarded. Visit this issue on Issuehunt |
@littleLane columnTitle |
@gaoac |
@afc163 我试着使用了,可是依然没有出现标题,怎么回事啊? |
@capaten 你用的什么版本的 antd ? |
@littleLane 3.10.8 |
哪来的 3.10.8? |
这个……抱歉我不太懂,那请问怎么查看我使用的是哪个版本呢? |
Version
3.1.4
Environment
mac、 chrome、 antd v3.1.4
Reproduction link
https://codepen.io/littlelane/pen/qKMNGb?editors=0010
Steps to reproduce
What is expected?
有相关配置设置该列名称
What is actually happening?
目前好像没有相关配置参数
The text was updated successfully, but these errors were encountered: