zhuth 7 년 전
부모
커밋
4c877f54a1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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'
     ],