const allClick = () => { gridApi.selectAllFiltered(); setSelectedState(false); }; const allClickRomove = () => { gridApi.deselectAll(); setSele