zhuth 7 years ago
parent
commit
4c877f54a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frontend/saas-web/app/view/core/form/field/DetailGridField.js

+ 1 - 0
frontend/saas-web/app/view/core/form/field/DetailGridField.js

@@ -10,6 +10,7 @@ Ext.define('saas.view.core.form.field.DetailGridField', {
     columnWidth : 1.0, 
 
     requires: [
+        'Ext.grid.plugin.CellEditing',
         'Ext.selection.CellModel'
     ],