DayPilot.Month.cellMode

The cellMode property (boolean) enables the cell stacking mode.

Declaration

DayPilot.Month.cellMode

Default Value

false

Examples

JavaScript

const month = new DayPilot.Month("dp", {
  cellMode: true,
  // ...
});
month.init();

Angular

<daypilot-month [config]="config"></daypilot-month>
config: DayPilot.MonthConfig = {
  cellMode: true,
  // ...
};

React

<DayPilotMonth
  cellMode={true}
  {/* ... */}
/>

Vue

<DayPilotMonth
  :cellMode="true"
  <!-- ... -->
/>

See Also

Cell Stacking Mode [doc.daypilot.org]

DayPilot.Month Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript