calls a function that will be ignored in the undo history track
// item adding won't be reverted by undo() $$("dtable").ignoreUndo(function(){ $$("dtable").add({...}); });