Use after calling beginUpdate to render any changes made to rows.
this.updating = false; var i = this.invalidated; if(i.all){ this.update(); }else if(i.rowCount != undefined){ this.updateRowCount(i.rowCount); }else{ for(r in i){ this.updateRow(Number(r)); } } this.invalidated = null;