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