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.
I using disableColumnHeaders()
this method work but has problem color will be different like picture.
You must use menuDisabled
of Ext.grid.column.Column
class
Here's the FIDDLE