Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看不出为什么这个视图中的表头没有生成:
http://jsfiddle.net/Jd6Lh/
我以为您声明了“for”以更改上下文节点,因此从提供的示例中,我希望输出表头。
你能告诉我我做错了什么吗?我是 Ext JS 的新手,所以刚刚开始了解它。
您在 Ext 对象 (Ext.Template) 上调用了错误的方法——请尝试调用 Ext.XTemplate()。