undoOnError

defines whether undo will be made if server returns error response

boolean undoOnError;

Example

var dp = new webix.DataProcessor({
    master:$$("list"),
    url:"some.php",
    undoOnError:true
});

Details

Pay attention that the undo property should be enabled for the data component

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.