Modify content of a grid will send a PUT request but not PUT in V7.2.4. It behaves normaly in V7.2.3.
I apologize for that inconvenience.
Since the 7.2.4 update the requests have been changed:
https://docs.dhtmlx.com/suite/data_collection/api/datacollection_save_method/
Now:
-
POST
- after adding new data into the component; -
PUT
- after editing data of the component; -
DELETE
- after deleting data.