I'm new to ui-grid
and I'm trying to implement a table in AngularJS as shown in the picture below. I'm trying to select a row and delete it using a delete button on that particular row. The ui-grid
documentation requires us to use the gridApi
but I can't find sufficient documentation for the same.