The onAfterCellRender event handler fires after a grid cell is rendered. It provides access to the cell <div> element.
Available since 2019.2.3886.
DayPilot.Scheduler.onAfterCellRender(args)
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