DayPilot.Gantt.rowHeaderSplitterWidth

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

Default Value

3

Example

Gantt Chart config:

{
  rowHeaderSplitterWidth: 2,
  // ...
}