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
feat(components): [table] overflow tooltip supports enterable
and customization
#10984
Conversation
🧪 Playground Preview: https://element-plus.run/?pr=10984 |
949eb99
to
d66206e
Compare
d66206e
to
0c7ba12
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome~👍With the support of tooltipOptions, our form is more powerful.
It would be nice if this was reflected in the documentation, perhaps adding some test cases.
/cc @element-plus/backers |
…ustomization (element-plus#10984) * feat(components): [table] overflow tooltip supports `enterable` * fix(components): [table] fix modifiers merge * fix(components): [table] refine logic & fix popperClass isn't respected * docs(components): [table] add docs for `tooltip-options` & `show-overflow-tooltip` * docs(components): [table] * docs(components): [table] update version tag Co-authored-by: Xc <124118265@qq.com>
Please make sure these boxes are checked before submitting your PR, thank you!
dev
branch.Resolves issues
Related PRs
Changes
Add
tooltip-options
prop forElTable
to allow global configurationThe
show-overflow-tooltip
prop ofElTableColumn
now accepts an object (the same astooltip-options
above) as the valueThe overflow tooltip supports
enterable
and enabled by defaultRemoved the outdated prop
show-tooltip-when-overflow
👉 ▶ Playground