Deactivate batch ajax on OData model
Published at 26 March 2021
#ui5
Edit in manifest.json.
JSON"models": { "yourModel": { "dataSource" : "yourDataSource", "settings" : { "useBatch" : false } } }
Published at 26 March 2021
Edit in manifest.json.
JSON"models": { "yourModel": { "dataSource" : "yourDataSource", "settings" : { "useBatch" : false } } }