ExtJs Grid Editor


클릭 조건

xtype : 'grid'

1. Ext.create('Ext.grid.plugin.CellEditing', { clicksToEdit: 1 })] 추가

2. Column 에 editor: xtype 추가

종류 : textfield , datefield , timefield , numberfield 등


수정 경로

store = Ext.create('Ext.data.ArrayStore', {

proxy : {

},

api : {

update : '/update.do'

}

});







소스 ↓

확인 링크 

https://fiddle.sencha.com/#fiddle/2lo

+ Recent posts