The onAfterCellRender event is fired after the event is rendered. It provides access to the event <div> element.
Available since 2019.2.3886.
Declaration
DayPilot.Scheduler.onAfterCellRender(args)
Parameters
- args.cell.x - x position of the cell in the grid (number)
- args.cell.y - y position of the cell in the grid (number)
- args.cell.displayY - y position of the cell in the grid (visible grid, excluding hidden rows) (number)
- args.cell.start - cell start (DayPilot.Date)
- args.cell.end - cell end (DayPilot.Date)
- args.cell.resource - cell resource id (string | number)
- args.div - event <div> element
See Also