Open ghulamghousdev opened 2 months ago
Forum post
I have a custom Menu instance like so:
const taskMenu = new Menu({ anchor: true, autoShow: false, items: [ { icon : 'b-fw-icon b-icon-add', text : 'New Category' } ] });
When I try to provide this to my BryntumGanttProps config object like so:
taskMenuFeature: { menu: taskMenu },
It should be possible to pass menu instance to the taskMenu
Forum post
I have a custom Menu instance like so:
When I try to provide this to my BryntumGanttProps config object like so:
It should be possible to pass menu instance to the taskMenu