angular-generic-table
angular-generic-table copied to clipboard
Add, remove and edit rows
@hjalmers
I am using edit row feature with angular-generic-table.
After editing of row and click on save button how can I capture those values in a variable and send the edited row to the webservices. So that on page refresh, my new changes(edited row ) should reflect
@sahilkatia there are multiple ways of doing it and I guess it depends a bit on your approach and how you've implemented inline edit. Have you looked at this example or do you have some code you could share?