I want to add tooltip to show/hide column button.
I have added this piece of code to show the title on hover but cannot change the style of the title.
But I want the tooltip to look exactly as it is shown in the below image.
Hello Minakshi,
Thank you for posting on our forums.
I would suggest removing the button title, and using our IgxTooltip component if you are looking to add custom tooltip to an element:
<div #tooltipRef="tooltip" igxTooltip> Show/Hide </div> <igx-grid-toolbar> <igx-grid-toolbar-title>Title</igx-grid-toolbar-title> <igx-grid-toolbar-actions> <igx-grid-toolbar-hiding #target="tooltipTarget" [igxTooltipTarget]="tooltipRef"></igx-grid-toolbar-hiding> </igx-grid-toolbar-actions> </igx-grid-toolbar>
More information on igxTooltip can be found on our website here:
www.infragistics.com/.../tooltip
Sincerely,Tihomir TonevAssociate Software DeveloperInfragistics
Yes, I know how to add tooltip to buttons and already applied in my code. As, I am enabling show/hide by