editor update only in case of changes

editor update only in case of changes

kringelkringel Posts: 16Questions: 9Answers: 0

Hello!

How to make sure that when a row is edited, only the cells that have been changed are updated in the database? And those that remained unchanged are not updated.

Thanks in advance!

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599
    Answer ✓

    You can use form-options for that - if you set submit to be changed, "Only the values of the fields that have been changed will be submitted",

    Colin

This discussion has been closed.