The timeHeaderBubble property (DayPilot.Bubble class) specifies a bubble object that will be used to show time header cell details on hover.
If timeHeaderBubble is not null, the toolTip value specified in onBeforeTimeHeaderRender will be ignored.
Available since 2025.3.6583.
nullScheduler config:
{
timeHeaderBubble: new DayPilot.Bubble({
onLoad: (args) => {
const cell = args.source;
const date = cell.start.toString("M/d/yyyy");
args.html = `<div>${date}</div>`;
}
}),
// ...
}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.
DayPilot