The cells.find() method finds Scheduler cells by start time and resource ID.
Declaration
DayPilot.Scheduler.cells.find(start, resource)Parameters
start(DayPilot.Date | string) - cell start time as a DayPilot.Date object or an ISO 8601 date/time string accepted by the DayPilot.Date constructorresource- resource ID
Return Value
Returns an array of cells.
Example
dp.cells.find("2036-10-01", "A").html("test");See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot