DayPilot.Scheduler.rowHeaderColumnsMergeParents

The rowHeaderColumnsMergeParents property (boolean) defines whether row header columns will be applied to parent rows in the Scheduler component.

  • By default, the column merging is enabled and the parent rows will only have a single cell. In onBeforeRowHeaderRender event handler, the args.row.columns array will be empty.
  • If you change the value to false, the parent rows will display columns defined using rowHeaderColumns..

Available since version 2022.2.5302.

Default Value

true