DayPilot.Calendar.columnWidth

The columnWidth property (number) specifies the width of the JavaScript Calendar columns in the fixed column width mode (in pixels).

Default Value

200

Example

Calendar config:

{
  columnWidth: 300,
  // ...
}