The rows.selection.get() method returns the list of currently selected rows.
Declaration
DayPilot.Gantt.rows.selection.get();Return Value
Returns an array of DayPilot.Task objects.
Example
const selectedRows = gantt.rows.selection.get();See Also
DayPilot.Gantt.rows.selection.add()
DayPilot.Gantt.rows.selection.clear()
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot