-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[Table] table cell hover tooltip #5457
Comments
Looking for a suggestion as well to make the tooltip more visible in a table. Possibly center-left or center-right? |
+1 on this. |
+1 |
As of release v.0.17.0, we can now use |
Hey guys! this is a good idea but it is not quite working.
and
Additionally the Maybe a A solution to the button not being clickable when the tooltip is on top of it would be to make the tooltip appear on the right and/or left of the IconButton instead of on the center. |
+1 on this.
|
Closing for #2230 |
This comment has been minimized.
This comment has been minimized.
this is what I made in my project:
it works like using CSS but with the tooltip to show the whole text |
Adding span as a Tooltip child will works for me
|
Problem description
Is it possible to provide the feature that when the cursor hovers to the table cell in the Table component, a tooltip appears and display the content of the cell. Like the following pic shows, if there is no tooltip, some part of the content will not be visible. Or any suggestion on how to deal with this situation?
Versions
The text was updated successfully, but these errors were encountered: