undo
enables reverting changes in a datagrid
let undo: booleanExample
Section titled “Example”webix.grid({ id:"dgrid", data:dataset, undo:true});enables reverting changes in a datagrid
let undo: booleanwebix.grid({ id:"dgrid", data:dataset, undo:true});