DayPilot.Row.children

The children() method returns an array of child row objects (DayPilot.Row) in the tree hierarchy of JavaScript Scheduler rows.

Declaration

DayPilot.Row.children()

Return Value

Returns an array of DayPilot.Row objects.

Example

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

See Also

Resource Tree [doc.daypilot.org]

DayPilot.Row Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript