DayPilot.Gantt.rowHeaderWidth

The rowHeaderWidth property (number) sets the initial width of the JavaScript Gantt Chart row header (in pixels).

Default Value

80

Example

Gantt Chart config:

{
  rowHeaderWidth: 120,
  // ...
}