The rows.selection.remove() method removes the specified row from the row selection in the JavaScript Scheduler component.
Declaration
DayPilot.Scheduler.rows.selection.remove(row)Parameters
row(DayPilot.Row) - a row to be removed from the selection
Notes
Available since 8.2.2218.
Example
dp.rows.selection.remove(row);See Also
DayPilot.Scheduler.rows.selection.add()
DayPilot.Scheduler.rows.selection.clear()
DayPilot.Scheduler.rows.selection.get()
DayPilot.Scheduler.rows.selection.isSelected()
DayPilot.Scheduler.selectedRows
Row Selecting [doc.daypilot.org]
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot