Angular 11 Ag Grid display radio in one column and do the row selection based on radio click only
I am using ag-grid
(in an Angular
project) to render a table and I want to display rows with respective radio in one column and when I click on it that only row selection for row not the entire row selection. I could not find anything in ag-grid
documentation.