Relative Content

Tag Archive for reactjstypescriptag-grid-react

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.