ag grid react how to close column custom component
I am using “ag-grid-react”: “27.1.0” version , I want to display custom column component that displays some set of options and when user selects any option it should closed. As this is not re-render every time so not able to use state to show and hide.
How to solve error “AG Grid: Failed to create grid.”?
I used the modular import of AG-grid, where each needed module is imported instead of the whole package: