I use dash ag grid community, and am trying to make a custom filter component for my grid. I am using dash version 2.15.0 and dash ag grid version 32.3.0, which should be using ag grid version 32.3.4.
I have a custom component defined in /assets/dashAgGridComponentFunctions.js. However, no matter what I try, I cant get it to find the doesFilterPass hook used my the actual ag grid. Is anyone able to assist?
Just cross posting from the solution in the GitHub issue. See the full discussion and another example:
Note this is for AG Grid version 32. For anyone upgrading from V31, you can use the custom component defined for V31 by setting dashGridOptions={"reactiveCustomComponents": False}
Hi! @AnnMarieW , I migrated from dash 2.15 to dash 2.18, and now the useGridFilter hook is not available to use. Would you mind walking me through what changes between these dash versions so i can still use this hook? I am still using dash ag grid 31.3.0. Everything else should be the same. Thank you!
p.s. when i checked the chrome dev console, i could see the useGridFilter hook in the version of the app running dash 2.15, but not in the version of the app running 2.18.
Hi @nsledford the useGridFilter hook is an AG Grid hook. It’s independent of the the dash version. Can you confirm what version of the grid you are using? There were some changes in hooks, but in later versions