vueComponent / ant-design-vue

🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
https://antdv.com/
Other
20.33k stars 3.8k forks source link

Table组件期望能类似element ui的table一样,当column内容过长时实现ellipse使用...显示 #1238

Closed calebzhao closed 4 years ago

calebzhao commented 5 years ago

What problem does this feature solve?

目前table的内容过长时会换行显示,样式完全错位

What does the proposed API look like?

Table组件期望能类似element ui的table一样,当cell内容过长时使用...显示, 当鼠标移到cell上时使用tooltip显示完整内容,

ant design类似的issuse:ant-design/ant-design#5753

ant design的pull:ant-design/ant-design#17284

QifanChan commented 5 years ago

目前我们是手动做的。。

calebzhao commented 5 years ago

目前我们是手动做的。。

虽然自己能做,但是太麻烦了,有很多属性要显示时,为了做这个效果还得一个个写slot, 搞tooltip,表格在管理系统中大量使用,像element-ui那样做成属性,超长内容只需要添加一个show-overflow-tooltip多好

QifanChan commented 5 years ago

是的是的,能解决更好啊

sendya commented 5 years ago

目前我们是手动做的。。

虽然自己能做,但是太麻烦了,有很多属性要显示时,为了做这个效果还得一个个写slot, 搞tooltip,表格在管理系统中大量使用,像element-ui那样做成属性,超长内容只需要添加一个show-overflow-tooltip多好

照这个 PR 给 vue antd 也来个 PR? https://github.com/ant-design/ant-design/pull/17284

QifanChan commented 5 years ago

你不是提过了嘛

calebzhao commented 5 years ago

目前我们是手动做的。。

虽然自己能做,但是太麻烦了,有很多属性要显示时,为了做这个效果还得一个个写slot, 搞tooltip,表格在管理系统中大量使用,像element-ui那样做成属性,超长内容只需要添加一个show-overflow-tooltip多好

照这个 PR 给 vue antd 也来个 PR? ant-design/ant-design#17284

有心无力,我做java后台开发的,vue这一套只是在项目中大量使用而已,并没有到源码的地步,时间精力不允许,项目中就是自己封装一些简单的组件自己使用而已,创业型公司1个人搞1个项目那种,复杂界面花钱请第三方,简单界面自己搞

QifanChan commented 5 years ago

大家都是这样大家都是这样的,图个方便嘛

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.