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

stancaballerostancaballero Posts: 29Questions: 9Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,118Questions: 1Answers: 2,583
    Answer ✓

    You would use events for that - look at the last example on this page, as it's logging changes to a different table.

    Colin

  • stancaballerostancaballero Posts: 29Questions: 9Answers: 0
    edited May 2021

    how to save specific data from json file?

  • colincolin Posts: 15,118Questions: 1Answers: 2,583

    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

This discussion has been closed.