DayPilot.Scheduler.floatingTimeHeaders

The floatingTimeHeaders property enables a floating time header in the JavaScript Scheduler.

The floating time header is a special overlay div that is displayed over time header cells that are partially out of the view port.

Declaration

DayPilot.Scheduler.floatingTimeHeaders (boolean)

Default value

true

Example

Disabling the floating time headers:

dp.floatingTimeHeaders = false;