The onRowClick event is called when the user clicks a row header of the JavaScript Scheduler component. It is fired before the default action.
DayPilot.Scheduler.onRowClick(args)
args.row
(DayPilot.Row)
args.x
- cell index (if row header columns are defined; available since 2023.1.5513)
args.ctrl
(boolean) - Ctrl key state
args.shift
(boolean) - Shift key state
args.meta
(boolean) - Meta key state
args.originalEvent
(MouseEvent) - original click event object (available since 2023.4.5756)
args.preventDefault()
- cancels the default action (defined using rowClickHandling)