I have setup ag-grid in angular2 which works fine but i am not able to get the value of selected row...There are no errors in my console window...This is how i am initialising t
onRowSelected: params => { const selectedRows = params.api.getSelectedRows(); console.log(selectedRows); }