Skip to content

undo

reverts the previously made change in the component

function undo(
// optional, the id of an item. All the changes made to the item will be undone
id: string
): void
dgrid.undo();