How to update current database table and save to other table at the same time
How to update current database table and save to other table at the same time
stancaballero
Posts: 29Questions: 9Answers: 0
in Editor
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You would use events for that - look at the last example on this page, as it's logging changes to a different table.
Colin
how to save specific data from json file?
I'm not clear what you mean, please can you elaborate - when would you want to save data from a JSON, at what point of the process, and where would you want to save it to?
Colin