Search code examples
extjsgridextjs6.2

ExtJs 6.2 how to disable header function menu


I am using ExtJS 6.2 to create my table and I want to disable header menu, but I can't find it in document.

Please help me thanks.

enter image description here

I using disableColumnHeaders() this method work but has problem color will be different like picture.

enter image description here


Solution

  • You must use menuDisabled of Ext.grid.column.Column class

    Here's the FIDDLE