how to hide or remove action column from column selection : please check image for more idea.
Asked
Active
Viewed 73 times
1
-
try setting `hideable:false` config in column. refer [docs](http://docs.sencha.com/extjs/4.2.2/#!/api/Ext.grid.column.Action-cfg-hideable) – MMT Oct 30 '14 at 09:14
-
work in other column but not work in action column – AtmiyaDas2014 Oct 30 '14 at 09:56
-
http://jsfiddle.net/g3prq/45/ – AtmiyaDas2014 Oct 30 '14 at 09:59
-
check update in [fiddle](http://jsfiddle.net/g3prq/46/) – MMT Oct 30 '14 at 11:17
1 Answers
0
{
xtype: 'actioncolumn',
hideable:false,
width: 50,
items: [{...}]
}
add hideable in actioncolum config

AtmiyaDas2014
- 300
- 1
- 3
- 25