DayPilot.Scheduler.onRowFilter

The onRowFilter event is called for every row to resolve the filter applied using rows.filter() call. The default behavior is to keep all rows visible. Use this event to implement custom filter rules.

Declaration

DayPilot.Scheduler.onRowFilter(args);

Parameters

  • args.row - DayPilot.Row object
  • args.filterParam - custom filter object supplied by rows.filter() method (since 2020.1.4266; in previous versions, it's accessible as args.filter)
  • args.visible - boolean value that determines if the event should be made visible (default value is true)