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

匿名 (未验证) 提交于 2019-12-03 00:33:02

Uncaught TypeError: Cannot read property 'dom' of null

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

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

正确的应该是datefield


标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!