I am using Jquery data table plugin mentioned in below example : https://editor.datatables.net/examples/simple/multiRow
to use edit feature provided by that plugin. I am able to display and also able to edit form as mentioned in the example.
I am using java as programing language, and in the example they mentioned PHP. I want to write my own click listener to the buttons provided by plugin, so while submit edited form I can get those values to servlet and then I can handle those edited data.
Could you please help me , how can to load data to table and edit the data and after editing how can i get edited data to code so that I can save to Database.
Can you please provide me any examples that supports that requirement.