The onRowClicked event is called when the user clicks a row header of the JavaScript Scheduler component. It is fired after the default action.
DayPilot.Scheduler.onRowClicked(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)