1

how to hide or remove action column from column selection : please check image for more idea.

enter image description here

AtmiyaDas2014
  • 300
  • 1
  • 3
  • 25

1 Answers1

0
 {
  xtype: 'actioncolumn',
  hideable:false,
  width: 50,
  items: [{...}]
}

add hideable in actioncolum config

AtmiyaDas2014
  • 300
  • 1
  • 3
  • 25