DayPilot.Calendar.columnWidthSpec

The columnWidthSpec property (string) sets the column width mode for the JavaScript Calendar component. 

See also responsive column width and fixed column width.

Possible Values

  • "Auto"

  • "Fixed"

Default Value

"Auto"

Example

Calendar config:

{
  columnWidthSpec: "Fixed",
  // ...
}