Reputation: 31
I have implemented custom tooltip same as example in the ag grid documentation. But still facing the error as shown in link when I hover on specified column.
https://i.sstatic.net/1BIb9.png
Upvotes: 1
Views: 1397
Reputation: 31
Able to resolve this error by upgrading the version of ag grid to 27.1.0 and by adding tooltip values based on params.data keys
Upvotes: 2