removeUndo

removes history about all the operations made to an item

void removeUndo(string id);
idstringthe id of an item

Example

$$("dtable").removeUndo(id);

See also
Back to top