Editor returns
Editor returns
wbyers
Posts: 48Questions: 12Answers: 1
Okay, So if I have this straight. The editor needs the altered row data returned to it in the same format as the ajax load for the actual table right?
This question has accepted answers - jump to:
This discussion has been closed.
Answers
Yes, here are some examples from the docs:
https://editor.datatables.net/manual/server#Example-data-exchanges
Kevin
Okay, thanks would you recommend getting a copy of the php library and using that to handle everything?
You don't have to, but that is certainly one option. It is designed to support what Editor needs out of the box, so you don't need to tinker with it other than the initial setup, but on the other hand it is another library to include and learn. Its really up to you what balance you want to strike with that.
Allan