extjs 에 grid 에 동적 combobox 를 삽입 하 는 응용

274 단어 extjsgridcombobox
combobox 의 데 이 터 를 가 져 옵 니 다
 
comboDS = new Ext.data.JsonStore({
url : 'test.do',
fields : [{
name : 'id'
}, {
name : 'display'
}]
});
grid 의 정의:.45677913.cm 의 render 함수

좋은 웹페이지 즐겨찾기