Editor: multiple row creations with a single AJAX call

Editor: multiple row creations with a single AJAX call

pascal08pascal08 Posts: 1Questions: 1Answers: 0

Is it possible to create multiple rows with Editor by only submitting one request to the server?

If that's possible what should be the format of the JSON output instead of this:

{
"row": {
key: value
}
}

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,716Questions: 1Answers: 10,108 Site admin
    Answer ✓

    Currently no. There is no reasons why could couldn't intercept the request yourself and insert all of the rows required, but the Editor libraries don't have that ability built in.

    Allan

This discussion has been closed.