DayPilot.Scheduler.rowEmptyHeight

The rowEmptyHeight (number) sets the row of an empty height in pixels. If specified, the JavaScript Scheduler will use this value instead of eventHeight for empty rows.

Default value

null

Example

const scheduler = new DayPilot.Scheduler("dp", {
  rowEmptyHeight: 10,
  // ...
});
scheduler.init();