Data table Editor form submission
Data table Editor form submission
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.
Answers
The client / server data interchange that Editor uses is fully documented here. With that information it should be possible to implement support for Editor on any server-side environment. I'm afraid I don't have an example of that with Java at this time.
Allan