ag-Grid row not deleting
Replace updateRowData({remove:[alerRow]})
by
updateRowData({remove:[alertRow.data]}))
updated doc
... If you are not using ID's, then the grid will match the rows based on object reference.
Replace updateRowData({remove:[alerRow]})
by
updateRowData({remove:[alertRow.data]}))
updated doc
... If you are not using ID's, then the grid will match the rows based on object reference.