DayPilot.Scheduler.rowHeaderSplitterWidth

The rowHeaderSplitterWidth property (number) specifies the width of the active vertical splitter between row headers and the JavaScript Scheduler grid. The splitter is only active when rowHeaderScrolling is enabled.

Default Value

3

Example

Scheduler config:

{
  rowHeaderSplitterWidth: 2,
  // ...
}