Unable to use custom tooltip component in react ag-grid. Error: Could not find component props ,did you forget to configure this component?
Unable to use custom tooltip component in react ag-grid. Error: Could not find component props ,did you forget to configure this component?
我已经实现了与 ag 网格文档中示例相同的自定义工具提示。但是当我将鼠标悬停在指定的列上时,仍然面临 link 中所示的错误。
https://i.stack.imgur.com/1BIb9.png
可以通过将 ag grid 版本升级到 27.1.0 并添加基于 params.data 键的工具提示值来解决此错误
我已经实现了与 ag 网格文档中示例相同的自定义工具提示。但是当我将鼠标悬停在指定的列上时,仍然面临 link 中所示的错误。
https://i.stack.imgur.com/1BIb9.png
可以通过将 ag grid 版本升级到 27.1.0 并添加基于 params.data 键的工具提示值来解决此错误