-
Notifications
You must be signed in to change notification settings - Fork 161
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
Is there a way to add tooltip to column summary. #6505
Comments
Currently, there is no way to do so. I am marking this with a feature-request label, we can think of a way to expose a property that will enable tooltips of the item values when needed, instead of ellipsis text-overflow. |
There has been no recent activity and this issue has been marked inactive. |
@radomirchev, it appears we've changed the status of this item in January. I guess we can plan this again, as the actual work won't be that much. @StefanIvanov what do you think for the proposed solution from a Design perspective? |
This looks to me more like an application scenario that @amitmoondra could achieve by detecting hover over summary cells and use a cell as igxTooltipTarget to show an igxTooltip |
@amitmoondra , the feature request is in the list for the current milestone. You could follow the milestone progress on the Roadmap board or in the Roadmap file |
Question
I need to add tooltip description to a column summary (bottom summary)and tooltip to value for each summary, as sometimes if the columns are too narrow the summary values get cut.
Please let me know if there any way to do this right now
in Igx-grid
The text was updated successfully, but these errors were encountered: