cancel
Showing results for 
Search instead for 
Did you mean: 

Bind button in row to the table row

Former Member
0 Kudos

I have an Edit and Delete button in each row of an oData table. I wanted to know how to bind each button to its respective row, so when I click a particular button, I can edit and save a particular row.

Here's what my table looks like.

View Entire Topic
surendra_pamidi
Contributor
0 Kudos

Hi Saneth,

On click on buttons, change the model and set the model to table inside press function.

It will reflect in table immediately.

And if you tell which type of operations you want  to do, we can help better..