DayPilot.Scheduler.rowHeaderScrolling

The rowHeaderScrolling property (boolean) enables a scrollable row header mode for the JavaScript Scheduler component. The width of the row headers will be fixed (rowHeaderWidth). A horizontal scrollbar will be added.

When set to false, the rowHeaderWidth will be calculated automatically as a sum of widths of all columns.

Default Value

false

Example

Scheduler config:

{
  rowHeaderScrolling: true,
  // ...
}