In ExtJS 4, the header configuration can be presented below to display empty or custom text in the header.
getHeaderConfig: function() { var me = this; showCheck = false; return { isCheckerHd: showCheck, text : ' ', width: me.headerWidth, sortable: false, draggable: false, resizable: false, hideable: false, menuDisabled: true, dataIndex: '', cls: showCheck ? Ext.baseCSSPrefix + 'column-header-checkbox ' : '', renderer: Ext.Function.bind(me.renderer, me),
source share