The rows.selection.get() method returns the current row selection.
Declaration
DayPilot.Scheduler.rows.selection.get()Return Value
Returns an array of DayPilot.Row objects.
Example
const rows = dp.rows.selection.get();See Also
DayPilot.Scheduler.rows.selection.add()
DayPilot.Scheduler.rows.selection.clear()
DayPilot.Scheduler.rows.selection.isSelected()
DayPilot.Scheduler.rows.selection.remove()
DayPilot.Scheduler.selectedRows
Row Selecting [doc.daypilot.org]
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot