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

Feature Request: Tool Tip #327

Open
JWesorick opened this issue Oct 7, 2021 · 1 comment
Open

Feature Request: Tool Tip #327

JWesorick opened this issue Oct 7, 2021 · 1 comment

Comments

@JWesorick
Copy link
Contributor

JWesorick commented Oct 7, 2021

Being able to have a popup when a cell is selected that provides additional information, in the context of that row/cell not the same thing for the whole column.

"messages" is very similar but has two issues for me: It adds a red/grey exclamation mark to the cell. And it's very limited in how much content it can display.

@ota-meshi
Copy link
Member

Thank you for the feature request.

If you want to display too many characters as a tooltip, you may be able to use the textOverflow style property.

style: {textOverflow:'ellipsis'}

However, it only displays a tooltip when the mouse is over.

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

No branches or pull requests

2 participants