-
Notifications
You must be signed in to change notification settings - Fork 781
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
Display custom text when hovered on a cell #1562
Comments
HI @narendravenkata we can only use |
ok, got it, I will implement in this week, BTW, all the tooltip in |
Fixed on |
@AllenFang Thanks Allen for your quick update on the issue, it is good if we can have rowIdx and columnIdx as well so we can know the exact cell number. is that possible? |
sure, I can fix it in next version |
Hi Allen, is there any plan to support a richer variety of tooltip? Perhaps allow styles on it, allow HTML or react components to be embedded, etc.? We would definitely have use cases for this flexibility, and am curious if you think this may be supported in the future. Thank you. |
HI @welchn, as I mention in README, |
@narendravenkata the row index and column was passed as third and fourth argument on |
Currently I am using headerText to display custom text when hovered on table header, in the same way is there anything I can use to display custom text when hovered on a particular cell.
The text was updated successfully, but these errors were encountered: