rename_column_header.png
Is it possible add a an item to this menu in order to rename the column header?
rename_column_header.png
Is it possible add a an item to this menu in order to rename the column header?
You could create an override to add the men item
ScottCode:Ext.override(Ext.ux.grid.FiltersFeature,{ onMenuBeforeShow: function(menu) { // add your menu item here; see filters menu for reference } });