Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to edit and update multiple rows of an editable SmartTable?

Arian
Discoverer
0 Kudos

I created a SmartTable which has the propertie editable="true". Shown as follows:

Arian_0-1710171897806.png

How can I select all updated rows of the table and update them in the backend?

I was thinking to select every updated row so I can call them in the controller with getSelectedIndices and then update each row with a PUT method. Would that be possible like that or is there a simpler way to update the table?

0 REPLIES 0