Hi,
is it possible to add a button to a particular tab/group after the ribbon has been created?
I tried:
@ViewChild('mainTabControl') ribbon: EJComponents<ej.Ribbon, any>;
however then i got the widget under ribbon like: ribbon.widget.
But i can't find out how to insert into an existing tab or group.
Can you help please?