undo of Undo, Properties Webix Docs
enables reverting changes in data components
boolean undo;
Example
webix.ui({
view:"list",
id:"mylist",
template:"#title#",
data:dataset
undo:true
});
See also
API
Articles
undo of Undo, Properties Webix Docs
enables reverting changes in data components
boolean undo;
webix.ui({
view:"list",
id:"mylist",
template:"#title#",
data:dataset
undo:true
});
See also
API
Articles