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
Example
Section titled “Example”dgrid.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();