The rows.visible() method returns a flat array of Scheduler rows that are visible at the moment.
Declaration
DayPilot.Scheduler.rows.visible();Return Value
Returns a flat array of DayPilot.Row objects.
Notes
The result doesn't include children of rows that are collapsed or rows hidden using a row filter.
The array preserves the order in which the rows are currently displayed.
Example
const visibleRows = dp.rows.visible();See Also
DayPilot.Scheduler.rows.sort()
Row Filtering [doc.daypilot.org]
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot