How to show and use radio button on ag-grid?
问题 I am learning ag-grid and tried following code to show checkbox in my application. In app.component.html: <ag-grid-angular style:"width: 500px; height: 500px;" class: "ag-theme-balham" [rowData]="rowData" [columnDefs]="columnDefs" rowSelection="multiple" [gridOptions]="gridOptions" [gridReady]="onGridReady($event)"> </ag-grid-angular> In AppComponent.ts: export class AppComponent implements OnInit { @ViewChild('agGrid') agGrid: AgGridNg2; private gridApi; private gridColumnApi; gridOptions: