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
Vue Next for Web
https://stackblitz.com/edit/angular-mzhrde?file=src%2Fdemo.vue
某个列值设置参数如下: { colKey: 'name', title: '测试hover', width: 153, ellipsis: true, }
具体测试值: name = '这个是测试123'(有省略号,但不能hover) name = '这个是测试一二三' (有省略号,且能hover)
能够省略多余并hover展示全部
能够省略多余,但hover失效(仅当值以数字结尾时)
No response
The text was updated successfully, but these errors were encountered:
👋 @linzcity,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
♥️ 有劳 @realyuyanan @Louiszhai @PengYYYYY 尽快确认问题。 确认有效后将下一步计划和可能需要的时间回复给 @linzcity 。
#468 我们正在重构table,调整较大,暂时不处理table的issue。
0.12.0 已修复
PengYYYYY
No branches or pull requests
tdesign-vue-next 版本
Vue Next for Web
重现链接
https://stackblitz.com/edit/angular-mzhrde?file=src%2Fdemo.vue
重现步骤
某个列值设置参数如下:
{
colKey: 'name',
title: '测试hover',
width: 153,
ellipsis: true,
}
具体测试值:
name = '这个是测试123'(有省略号,但不能hover)
name = '这个是测试一二三' (有省略号,且能hover)
期望结果
能够省略多余并hover展示全部
实际结果
能够省略多余,但hover失效(仅当值以数字结尾时)
框架版本
No response
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: