Submitting all inline edits in one Rest API

Submitting all inline edits in one Rest API

meaunesmeaunes 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

  • kthorngrenkthorngren Posts: 21,082Questions: 26Answers: 4,908

    Do you mean something like this example?

    Kevin

  • meaunesmeaunes Posts: 2Questions: 1Answers: 0

    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.

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin
    Answer ✓

    Have a look at this blog post which describes how to do exactly that.

    Allan

Sign In or Register to comment.