Skip to content

undo

enables reverting changes in a datagrid

let undo: boolean
webix.grid({
id:"dgrid",
data:dataset,
undo:true
});