Deactivate batch ajax on OData model
Published at
This TIL is more than a year old. Some details may have changed.
Edit in manifest.json.
"models": {
"yourModel": {
"dataSource" : "yourDataSource",
"settings" : {
"useBatch" : false
}
}
}