The rows.all() method returns a flat array of all rows currently displayed in the JavaScript Scheduler, in the order in which they appear.
DayPilot.Scheduler.rows.all()Returns a flat array of DayPilot.Row objects.
Since 2024.3.6155, the result also includes split row parents at the bottom of the array.
const rows = dp.rows.all();Rows [doc.daypilot.org]
Split Resources [doc.daypilot.org]