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.
I am fine with having a separate custom component to be rendered there. Any ideas on how this can be done?
Any workaround or suggestion is welcomed.
Thank you.
I am in progress to understand the Angular Ag grid. so simple expectation is to display row data with radio button.