Change output of the object from server
Change output of the object from server
klermann
Posts: 277Questions: 67Answers: 1
Is it possible to change the format of the output object to the server because in that format I am not being able to receive the object and where do I enter the console.log () within that submission to see the output on the console?
This discussion has been closed.
Answers
It is not clear to me what you are trying to do. If all you are trying to do is see what is being sent to the server, you can use the beforeSend as shown below.
But, i use the DataTables Editor!
"?"
Use
preSubmit
orajax.data
to modify the data that is being sent to the server. The documentation for the format Editor uses is available here.Allan