removeUndo
removes history about all the operations made to an item
function removeUndo( // the id of an item id: string): voidExample
Section titled “Example”dgrid.removeUndo(id);removes history about all the operations made to an item
function removeUndo( // the id of an item id: string): voiddgrid.removeUndo(id);