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

[comp:table] 使用ellipsis后,customCell的title应该不显示 #1035

Closed
1 task done
fjyqwe opened this issue Jul 25, 2022 · 4 comments · Fixed by #1044
Closed
1 task done

[comp:table] 使用ellipsis后,customCell的title应该不显示 #1035

fjyqwe opened this issue Jul 25, 2022 · 4 comments · Fixed by #1044
Assignees
Labels

Comments

@fjyqwe
Copy link

fjyqwe commented Jul 25, 2022

  • I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

https://github.com/IDuxFE/idux/issues

Steps to reproduce

1、table使用ellipsis配置
2、列自定义(customCell)
3、列hover时,显示了错误的title

What is expected?

不显示title

What is actually happening?

显示了转换前的值

Environment Info

@idux-bot
Copy link

idux-bot bot commented Jul 25, 2022

Translation of this issue:

[Comp: Table] After using Ellipsis, the title of Customcell should not display

REPRODUCTION LINK

[https://github.com/iduxfe/idux/isSues]

STEPS To Reproduce

  1. Table uses ellipsis configuration
  2. CustomCell
  3. When the hover, the wrong title is displayed

What is exfected?

Do not display title

What is actually happy?

Show the value before the conversion

ENVIRONMENT Info

@danranVm
Copy link
Member

临时解决方案:可以通过 customAdditional.bodyCell = () => { title: '' } 来覆盖掉

@danranVm
Copy link
Member

需要给 ellipsis 加个其他的配置?用来关闭 title ?

@danranVm danranVm added the good first issue Good for newcomers label Jul 25, 2022
@fjyqwe
Copy link
Author

fjyqwe commented Jul 25, 2022

通过customCell自定义的列,大部分都不能显示默认的title,可以去掉customCell这一列的title
如果要title,可以自己加上

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants