DayPilot.Scheduler.rowHeaderColumnsMode

The rowHeaderColumnsMode property (string) specifies how row header columns data is read by the JavaScript Scheduler component.

Applicable since 2019.4.4064.

Declaration

DayPilot.Scheduler.rowHeaderColumnsMode

Possible Values

Default Value

"Tabular"

Notes

Examples

JavaScript

const dp = new DayPilot.Scheduler("dp", {
  rowHeaderColumnsMode: "Legacy",
  // ...
});
dp.init();

Angular

<daypilot-scheduler [config]="config"></daypilot-scheduler>
config: DayPilot.SchedulerConfig = {
  rowHeaderColumnsMode: "Legacy",
  // ...
};

React

<DayPilotScheduler
  rowHeaderColumnsMode="Legacy"
  {/* ... */}
/>

Vue

<DayPilotScheduler
  rowHeaderColumnsMode="Legacy"
  <!-- ... -->
/>

See Also

DayPilot.Scheduler.rowHeaderColumns

DayPilot.Scheduler.resources

DayPilot.Scheduler.onBeforeResHeaderRender

DayPilot.Scheduler.onBeforeRowHeaderRender

Row Header Columns [doc.daypilot.org]

DayPilot.Scheduler Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript