grid - ExtJS 5 Menu Widget -
grid - ExtJS 5 Menu Widget -
is there xtype menu widget in sencha 5? want popup menu on click of icon in column of ext.grid.panel. belo. or, have create custom widget?
{ text: 'menu', width: 105, xtype: 'widgetcolumn', dataindex: 'menu', widget: { width: 90, xtype: 'menu', items: [{ text: 'regular item 1' },{ text: 'regular item 2' },{ text: 'regular item 3' }, handler: function(btn) { var rec = menu.getwidgetrecord(); ///... } } }
different approach needed: configure widget button menu
config option. way button displayed in grid column , clicking on open menu.
extjs grid widget xtype
Comments
Post a Comment