DayPilot.Scheduler.rowHeaderResizable

The rowHeaderResizable property (boolean) enables or disables drag-and-drop resizing of the row headers displayed by the JavaScript Scheduler.

This property is only applicable when row header scrolling is enabled.

Available since 2025.4.6665.

Default Value

true

Example

Scheduler config:

{
  rowHeaderScrolling: true,
  rowHeaderResizable: false,
  // ...
}