We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
valueType等于select,并且 mode 是 multiple时, ellipsis不生效
在使用ProTable 时, Columns 配置 [{ title: '签章', width: 180, dataIndex: 'sealId', key: 'sealId', ellipsis: true, fieldProps: { mode: 'multiple', }, valueType: 'select', readonly: true, }]
在ProTable 的只读状态下,使用multiple模式的select,ellipsis能够生效将文本省略
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
🐛 bug 描述
valueType等于select,并且 mode 是 multiple时, ellipsis不生效
📷 复现步骤
在使用ProTable 时,
Columns 配置
[{
title: '签章',
width: 180,
dataIndex: 'sealId',
key: 'sealId',
ellipsis: true,
fieldProps: {
mode: 'multiple',
},
valueType: 'select',
readonly: true,
}]
🏞 期望结果
在ProTable 的只读状态下,使用multiple模式的select,ellipsis能够生效将文本省略
💻 复现代码
© 版本信息
🚑 其他信息
The text was updated successfully, but these errors were encountered: