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): voidExample
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): voiddgrid.undo();