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

A GridPanel extension based on ExtJS for Sencha Touch

Results 2 Ext.ux.TouchGridPanel issues
Sort by recently updated
recently updated
newest added

I have a need to display images in the table data for Ext.ux.TouchGridPanel. I have made an update for this in the buildDataView function. Could you please take a look...

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...