Search code examples
tooltipag-grid-react

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


Solution

  • 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