The rowHeaderColumnBubble property (DayPilot.Bubble class) specifies a bubble object that will be used to display row header column title details on hover.
The args.source
property stores the column definition item object from rowHeaderColumns array.
null
rowHeaderColumnBubble: new DayPilot.Bubble({
onLoad: (args) => {
var column = args.source;
args.html = `Column details`;
}
});
Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.