The rows.all() method returns a flat array of all rows currently displayed in the JavaScript Scheduler, in the order in which they appear.
Declaration
DayPilot.Scheduler.rows.all()Return Value
Returns a flat array of DayPilot.Row objects.
Notes
Since 2024.3.6155, the result also includes split row parents at the bottom of the array.
Example
const rows = dp.rows.all();See Also
Rows [doc.daypilot.org]
Split Resources [doc.daypilot.org]
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot