implement cell editing

This commit is contained in:
Max Ogden
2011-07-05 18:38:15 -07:00
parent e68d44c7dd
commit c07d6264fb
7 changed files with 82 additions and 55 deletions

View File

@@ -43,7 +43,7 @@ var costco = function() {
if(preview) preview.push({before: doc[app.currentColumn], after: updated[app.currentColumn]});
});
if(preview) util.render('editPreview', 'editPreview', {rows: preview});
if(preview) util.render('editPreview', 'expression-preview-container', {rows: preview});
return toUpdate;
}