Ext.ux.TouchGridPanel
Ext.ux.TouchGridPanel copied to clipboard
Dynamically load headers as per mapping from json
Hi, i have Ext.ux.TouchGridPanel code for loading json data olModel : [{ header : "Client Name", mapping : "COL5" },{
currently i have to hardcode the "Client Name" and hence which compels me to create separate grid for different lists. I want to load this value dynamically . Please help me code.
Regards Nikhil