首页技术文档Extjs › Extjs中的this.config[a] is undefined错误

Extjs中的this.config[a] is undefined错误

错误提示:

this.config[a] is undefined
this.mainBody is undefined

解决办法:
给autoExpandColumn对应的属性在ColumnModel中的定义加个id属性,如下:
{id:’name’,header: “name”,width: 75, sortable: true, dataIndex: ‘name’},

在代码中搜索autoExpandColumn,应该是该列没有定义或者Id错误

本站技术交流群:24735919,欢迎大家进群交流探讨!

发表评论