diff --git a/examples/row-editor.html b/examples/row-editor.html index 142781c..c1f79d1 100644 --- a/examples/row-editor.html +++ b/examples/row-editor.html @@ -17,8 +17,9 @@

Row Editor

- Double clicking on a row should transform the row into the rowEditorTemplate, double clicking again should close.
- Formulas should work, templates should work, and original data should be modified and reflected in the table. + Double clicking on a row should transform the row into the rowEditorTemplate.
+ Within an edit, formulas should work, templates should work, and original data should be modified and reflected in the table.
+ Undo should undo all columns, as well as footers.

@@ -42,7 +43,7 @@

Row Editor

{{record.row | total(record.row.alice,record.row.bill,record.row.casey)}}