How to show popover on click of event in daypilot calendar
Asked by Vijay
7 years ago.
Please refer screenshot attached
Answer posted by Dan Letecky [DayPilot]
7 years ago.
DayPilot includes a built-in callout named "bubble". See more here:
https://doc.daypilot.org/calendar/event-bubble/
You can map it to event click action by setting eventClickHandling config property to "Bubble" (Angular):
config: any = {
eventClickHandling: "Bubble",
// ...
};
Comment posted by Vijay
7 years ago.
Thanks for answer, do you have any example for bubble callout in angular 6
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.