The onAfterCellRender event handler fires after a grid cell is rendered. It provides access to the cell <div> element.
Available since 2019.2.3886.
Declaration
DayPilot.Scheduler.onAfterCellRender(args)
Parameters
args.cell.x(number) - horizontal position of the cell in the gridargs.cell.y(number) - vertical position of the cell in the grid (includes hidden rows)args.cell.displayY(number) - vertical position of the cell in the grid (visible grid, excluding hidden rows)args.cell.start(DayPilot.Date) - cell startargs.cell.end(DayPilot.Date) - cell endargs.cell.resource(string | number) - cell resource IDargs.div- cell <div> element
See Also
- DayPilot.Scheduler.onBeforeCellRender
- JavaScript Scheduler: Dragging Items From Desktop (tutorial)
- DayPilot.Scheduler Class
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot