[Vuejs]-TooltipShowDelay option in AG grid is not working

0👍

Check if you have enableBrowserTooltips set to true, and if so, remove it or set it to false. This was the problem I had.

The docs say that:

enableBrowserTooltips (boolean): Set to true to use the browser’s default tooltip instead of using the grid’s Tooltip Component.

Leave a comment