hjalmers / angular-generic-table

A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
https://hjalmers.github.io/angular-generic-table/
MIT License
105 stars 55 forks source link

Add, remove and edit rows #191

Open sahilkatia opened 6 years ago

sahilkatia commented 6 years ago

@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

hjalmers commented 6 years ago

@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?