Forum /
Ext JS Community Forums 4.x /
Ext: Q&A /
Unanswered: grid - adding new menu items to individual column header
Unanswered: grid - adding new menu items to individual column header
I am currently adding a new menu item to a grids columnheader menu:
var currentHeaders=grid.headerCt.getMenu();
currentHeaders.add([{
text: 'new option',
menu : {
items: [
{
text: 'item 1', handler: function() {
}
}]
}}]);
this adds the new option to every column header menu - I would like to target a specific column and add the new menu option to just that one - is this possible ?
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us