-
23 May 2012 12:59 AM #1
How to put a field in column?
How to put a field in column?
How to put a field in column?
i noticed that GXT has this feature, i saw http://www.sencha.com/examples/#ExamplePlace:cellgrid
i wanna do the same thing in Extjs 4.1
how can i do ?
slider
-
23 May 2012 10:29 AM #2
Have a look at the following:
http://skirtlesden.com/ux/component-column
If you simply want an editor in a column, you can use the following for you column:
Regards,Code:dataIndex: 'field', editor: { xtype: 'combo', .. }
Scott.
-
26 May 2012 8:39 PM #3
thanks , although it's a little bit slow but promising, i see the hope

