I cannot see why the table headers in this view are not generating:
I thought you declared ‘for’ to change the context node so from the example provided i would expect the table headers to be output.
Can you please let me know what i am doing wrong? Am new to Ext JS so just beginning to get my head around it.
You’re calling the wrong method on the Ext object (Ext.Template) — try calling Ext.XTemplate() instead.