The groups.collapsed() method returns an array with collapsed concurrent event groups for the Scheduler row.
Declaration
DayPilot.Row.groups.collapsed()Return Value
Returns an array of group objects for the groups that are currently collapsed.
Each group object provides expand() and collapse() methods that let you change the group state.
Example
const collapsedGroups = dp.rows.find("A1").groups.collapsed();See Also
DayPilot.Row.groups.expandAll()
Concurrent Event Groups [doc.daypilot.org]
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot