DayPilot.Row.splitChildren

The splitChildren() method returns the child rows of a split resource in the JavaScript Scheduler.

Declaration

DayPilot.Row.splitChildren();

Return Value

Returns an array of DayPilot.Row objects representing the split child rows.

Example

const children = scheduler.rows.find("A")?.splitChildren();

See Also

DayPilot.Row Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript