Ext.ux.TouchGridPanel icon indicating copy to clipboard operation
Ext.ux.TouchGridPanel copied to clipboard

Dynamically load headers as per mapping from json

Open nikhilagarwal94 opened this issue 13 years ago • 0 comments

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

nikhilagarwal94 avatar Dec 27 '11 05:12 nikhilagarwal94