- If a row is deleted after adding and modifying it, it shouldn’t be saved, but it goes into the server ‘once’ with POST(add).
- If a row is modified multiple times, the server is accessed as many times as the number of modifications is made.
If it’s a new row, I don’t want it to be saved when the row is deleted even if I add and edit it.
Even if a row is modified multiple times, only the last modified information is accessed to the server
What should I check?