removeUndo
removes history about all the operations made to an item
function removeUndo( // the id of an item id: string): void
Example
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): void
dgrid.removeUndo(id);