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
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot