How is server request made in Editor?
How is server request made in Editor?
nilesh_naik
Posts: 2Questions: 2Answers: 0
in Editor
I am trying to implement example given here: https://editor.datatables.net/examples/inline-editing/simple.html
However, I am not able to understand how the server request is made and to which URL it is made when user clicks on "Update" button in Edit feature.
Could someone please guide? Thanks
This discussion has been closed.
Answers
The
ajax
option is used to tell Editor where to make the Ajax request to. The documentation that details the format the Editor submits the data to the server in is available here. It also details the JSON data that it expects to get back from the server.Regards,
Allan