Skip to content
Advertisement

Tag: ag-grid-angular

Angular ag-grid edit icon click get row data

grid setting the colDefs with multiple array of objects last being action where I’m displaying edit icon inside action button compoment action.compoment.html (ActionButtonComponent) rowData is an array of object I’m passing and which are displaying in grid How can I get particular row data object when I click on edit icon of that row Answer In ActionButtonComponent, you can use:

Advertisement