The rows.all() method returns a flat array of all rows displayed in the JavaScript Scheduler, in the order in which they appear.
Since 2024.3.6155, the result includes the split row parents at the bottom of the array.
DayPilot.Scheduler.rows.all();
A flat array of DayPilot.Row objects.