The splitParent() method returns the split parent of a JavaScript Scheduler row. This method applies to split resources only.
Declaration
DayPilot.Row.splitParent();Return Value
Returns the DayPilot.Row object that represents the split parent row.
If the row doesn't have a split parent, the method returns null.
Example
const splitParentId = scheduler.rows.find("A")?.splitParent()?.id;See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot