DayPilot.Calendar.columnMarginLeft

The columnMarginLeft property (number) sets the width of the space that will be left free on the left side of every calendar column (in pixels). This space will not be used by events and it lets you start a time range selection in time slots that would otherwise be hidden by event boxes.

Default Value

0

Example

Calendar config:

{
  columnMarginLeft: 10,
  // ...
}