Finds a cell by resource id and time.
Declaration
DayPilot.Scheduler.cells.find(start, resource);
Parameters
- start - DayPilot.Date object or rate/time string in ISO 8601 (acceptable by DayPilot.Date constructor)
- resource - resource ID
Return Value
An array of cells.
Example
dp.cells.find("2016-10-01", "A").html("test");