DayPilot.Row.splitParent

 The splitParent() method returns the split parent of a JavaScript Scheduler row object. This method applies to split resources only.

Declaration

DayPilot.Row.splitParent();

Return Value

A DayPilot.Row object representing the split parent row. If the row doesn't have a split parent, null is returned.

Example

const splitParentId = scheduler.rows.find("A")?.splitParent()?.id;