Changes through "new" or "edit" mode not updated in datatable
Changes through "new" or "edit" mode not updated in datatable
yet
Posts: 43Questions: 17Answers: 1
When I create a new entry or update an existing entry then I am able to send and receive the data in the backend.
However the changes are not reflected in the table (only after reloading all data from the backend).
Only a delete operation is immediately reflected...anything I am missing here?
Andreas
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi Andreas,
What is the server returning after you have submitted the form? Are you using the Editor PHP or .NET libraries?
Allan
Problem solved after referring to
https://editor.datatables.net/manual/server
We are using Python as backend and I need to properly prepare the response data from an ArangoDB reply...so none of your integrations was used.