DayPilot.Row.children

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

Declaration

DayPilot.Row.children();

Return Value

An array of DayPilot.Row objects.

Example

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