Ext.ux.touch.grid
Ext.ux.touch.grid copied to clipboard
Grid components for Sencha Touch 2
Hi, May I ask the question? I want to use your excellent custom component "Ext.ux.touch.grid" for my commercial product. Ext.ux.touch.grid has no license, but I have concern about a few....
I've upgraded the framework to v2.3 and the grid view rows are now not rendering. This was working fine using ST v2.1. I've checked the CSS for the containers and...
If you sort your grid's store manually (e.g. by calling store.sort(...), the grid's column headers don't update. I was able to fix it by changing Sorter.js like this: ``` javascript...
I just updated my chrome to version 29.0.1547.57 m and the grid component disapeared. I don't know if it can help but when I modify this rule : .x-layout-box.x-vertical >...
when I select a record in the list, I want to show the detail of the selected record in a popup panel. How can I do? Thanks.
You cannot use a dataIndex/fieldname with hyphens. Looks to be choking the template engine.
mvc/app/view/Grid.js extends Ext.ux.touch.grid.View instead of Ext.ux.touch.grid.List, so you get a warning when you load it. It also includes Sencha Touch 2.0.1, which is incompatible with the current Grid code.
1. Load the "mvc" example. 2. Click the first "Grid" tab. 3. Click one of the headers, and the sort arrow will appear. 4. Run this in the console: ```...
I've spent quite a long time trying to diagnose a problem with the grid when there are more items than can be displayed in the list and the vertical scroll...
still i got this error pls help me... Thanks in advance. Uncaught TypeError: Object [object Object] has no method 'getItemHeight'