Submitting all inline edits in one Rest API
Submitting all inline edits in one Rest API
meaunes
Posts: 2Questions: 1Answers: 0
I would like to use the in-line edit option in the editor datatable, make multiple edits and post the edited data to the API on click of a button like a batch update.
Is it possible to achieve that?
This question has an accepted answers - jump to answer
Answers
Do you mean something like this example?
Kevin
I don't want to make an API call for every edit that I make.
Instead I want to preserve all the edited rows somewhere and on click of an button, I want to send all the edited row data to an API in one go.
Have a look at this blog post which describes how to do exactly that.
Allan