Skip to content
DayPilot

bubble

How to Add Excel-Like Notes to JavaScript Scheduler Grid Cells

How to Add Excel-Like Notes to JavaScript Scheduler Grid Cells

Learn how to add notes to the cells of a JavaScript Scheduler component. Notes are indicated by a red triangle in the upper-right corner and become visible upon hovering over a cell.
React Scheduler: Rendering JSX Component in Callout (Bubble)

React Scheduler: Rendering JSX Component in Callout (Bubble)

The React Scheduler allows defining the callout (bubble) content as a React JSX component. The component will be created automatically when the callout is activated and removed and unmounted when the callout is hidden.
Angular Scheduler: Dynamic Tooltip

Angular Scheduler: Dynamic Tooltip

The Angular Scheduler component supports displaying event details using a built-in tooltip. See how to include a dynamic Angular component in the tooltip.