Editor: multiple row creations with a single AJAX call
Editor: multiple row creations with a single AJAX call
pascal08
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
This discussion has been closed.
Answers
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