How is server request made in Editor?

How is server request made in Editor?

nilesh_naiknilesh_naik Posts: 2Questions: 2Answers: 0

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

Answers

  • allanallan Posts: 61,665Questions: 1Answers: 10,095 Site admin

    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

This discussion has been closed.