How to render component in event areas's html?
Asked by RichieRich
8 years ago.
8 years ago.
I have tried loading a component (<tw-popover-teams></tw-popover-teams> ) in 'html' of event areas but could not achieve. Please suggest.
args.e.areas.push({
right: 6,
bottom: 0,
left: 0,
visibility: 'Visible',
html: ' <div class="popover-content popover-body"> <tw-popover-teams></tw-popover-teams> </div> '
});
DayPilot