Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
How to add tooltip to show/hide column button
posted

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.

this.grid.toolbar.columnHidingButton.element.nativeElement.title = 'Show Column';

But I want the tooltip to look exactly as it is shown in the below image.

Parents Reply Children
No Data