search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Sticky Time Header on Javascript Scheduler

Asked by Anonymous
3 years ago.

Is there a way to lock the Time Header to an assigned position from the top within the Javascript Scheduler.

Something that would allow the Resources and Events will scroll under the header, allowing the user to always see the date of the event while scrolling through a long list of resources.

Answer posted by Dan Letecky [DayPilot]
3 years ago.

You need to use heightSpec value other than "Auto":
https://doc.daypilot.org/scheduler/height/

That will enable a vertical scrollbar and the time header will remain fixed.

It's a good idea to design the page in a way that will disable the page scrollbar otherwise the users will see two vertical scrollbars on the right side.

See also:
https://doc.daypilot.org/scheduler/100-pct-height/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.