Browse Source

grid appendEditRow

luoyifan 3 years ago
parent
commit
bdd8a98928
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/controls/grid.js

+ 1 - 1
src/controls/grid.js

@@ -138,7 +138,7 @@ export default function () {
             me._setDataReal(value)
         },
 
-        appendRow(record, editRowCol) {
+        appendEditRow(record, editRowCol) {
             const records = this.add(record)
             const recNew = records[0]
             this.setSelection(records)