欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Extjs, Uncaught TypeError: Cannot read property 'dom' of null

程序员文章站 2022-03-27 13:07:08
...

Uncaught TypeError: Cannot read property 'dom' of null

Extjs, Uncaught TypeError: Cannot read property 'dom' of null

查了一下,原来表格定义中一个xtype写错了:

{
	header: "日期1",
	dataIndex: "value1",
	menuDisabled: true,
	sortable: true,
	align: 'left',
	xtype:'date'
}

正确的应该是datefield