DayPilot.Scheduler.rowFilterParentsAlwaysVisible

The rowFilterParentsAlwaysVisible property (boolean) determines whether the parents of visible rows in the JavaScript Scheduler remain visible when a row filter is applied, even if they are not explicitly marked as visible by the onRowFilter logic.

Default Value

true

Example

Scheduler config:

{
  rowFilterParentsAlwaysVisible: false,
  // ...
}