cancel
Showing results for 
Search instead for 
Did you mean: 

Is there an event for SAPUI5 Table for deleting unwanted rows.

Former Member
0 Kudos

Hi,

I have a table with two columns. Scenario is I have to delete row for a particular combination of column values. Is there any event to trigger table and how to select rows in real time.

Accepted Solutions (0)

Answers (2)

Answers (2)

maheshpalavalli
Active Contributor
0 Kudos

if you are using sap.m.table, there are modes called multi select, single select, you can use them and once they are selected and on click of some custom delete button, you can get the selected row context and delete the row from the model as "Jun" said.

Best Regards,
Mahesh

junwu
Active Contributor
0 Kudos

delete the data from model, the table row will be deleted automatically