DayPilot.Gantt.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. You can use this event to implement custom filter rules.

Available since 2022.4.5452.

Declaration

DayPilot.Gantt.onRowFilter(args);

Parameters

  • args.task - DayPilot.Task object
  • args.filterParam - custom filter object supplied by the rows.filter() method
  • args.visible - boolean value that determines if the event should be made visible (default value is true)