undo

reverts the previously made change in the component

void undo(string id);
idstringoptional, the id of an item. All the changes made to the item will be undone

Example

$$("dtable").undo();

See also
Back to top