[Error] Error with simple grid app: this.config[a] is undefined
Web Programming/Ext JS / 2011. 7. 13. 10:36
그리드를 그리던 중 실수가 있었는지 상기와 같은 에러가 발생했다.
아무리봐도 잘못한거 없어 보였는데 ㅋㅋ
단순한 실수 ;;
The problem is that you're using the autoExpandColumn config option but haven't given the column an id - autoExpandColumn is based on 'id' not 'dataIndex'/'header'. Change the colModel to:
autoExpandColumn을 설정할 때 id 지정을 하면서 오타가 있었다. =_=)
id만 맞춰주면 OK
'Web Programming > Ext JS' 카테고리의 다른 글
Ext JS - 8. List of component xtype. (0) | 2010.01.21 |
---|---|
Ext JS - 7. Simple container layout 생성 (0) | 2010.01.21 |
Ext JS - 6. Form 생성 (0) | 2010.01.21 |
Ext JS - 5. applyTo, renderTo, contentEl 의 차이점 (0) | 2010.01.14 |
Ext JS - 4. Events 등록과 Event Listeners (0) | 2010.01.14 |