Extjs, Uncaught TypeError: Cannot read property 'dom' of null
程序员文章站
2022-03-27 13:07:08
...
Uncaught TypeError: Cannot read property 'dom' of null
查了一下,原来表格定义中一个xtype写错了:
{
header: "日期1",
dataIndex: "value1",
menuDisabled: true,
sortable: true,
align: 'left',
xtype:'date'
}
正确的应该是datefield
下一篇: 判断ios还是Android
推荐阅读
-
Vue报错:Uncaught TypeError: Cannot assign to read only property’exports‘ of object
-
Extjs4---Uncaught TypeError: Cannot read property ‘items’ of undefined
-
JavaScript Uncaught TypeError: Cannot read property 'value' of null
-
Vue报错:Uncaught TypeError: Cannot assign to read only property’exports‘ of object’#
-
el-tooltip组件中content使用Vue-i18n报错TypeError: Cannot read property ‘$t‘ of null
-
Extjs4 tabPanel关闭后打开 cannot read property addcls of null
-
Vue报错:Uncaught TypeError: Cannot assign to read only property’exports‘ of object
-
ASP.NET MVC运行出现Uncaught TypeError: Cannot set property __MVC_FormValidation of null的解决方法
-
Vue引入echarts报错Error in mounted hook: “TypeError: Cannot read property ‘getAttribute‘ of null“
-
vue3 使用axios 会报错“Uncaught TypeError: Cannot read property ‘get‘ of undefined”