DayPilot.Row.splitChildren

 The splitChildren() method returns children of a split resource the JavaScript Scheduler.

Declaration

DayPilot.Row.splitChildren();

Return Value

An array of DayPilot.Row objects.

Example

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