Kaliki
Kaliki

Reputation: 31

Unable to use custom tooltip component in react ag-grid. Error: Could not find component props ,did you forget to configure this component?

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

Answers (1)

Kaliki
Kaliki

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

Related Questions