Save changes from DataTable to database

Save changes from DataTable to database

dipishadipisha Posts: 1Questions: 0Answers: 0
edited February 2014 in General
I am using this dataTable plugin first time.
I am displaying data into dataTable. Now I want on clicking of Edit button a row can be modified and on clicking save button all the changes will be passes to controller so that it can be saved in database.

Same if i am adding a new row then needs to save the same in database

I am using java -spring framework.

Can anybody help me with the code for this.

Thanks

Replies

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395
    http://www.datatables.net/release-datatables/examples/api/editable.html
  • ashiersashiers Posts: 101Questions: 8Answers: 7
    If your wanting to edit data in the table you'll want to use JED on the server side on the Java platform.
    http://jed-datatables.ca/jed/
This discussion has been closed.