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

You may want to take a look at the "frozen rows" feature that may help with some scenarios:
https://doc.daypilot.org/scheduler/frozen-rows/

If that doesn't work, you can use the addEventListener synchronization in Angular as well - you need to define the event handler in ngAfterViewInit() or later. You need to cast the "control" property of DayPilotScheduler to "any" to access the internal properties like "nav".

Comment posted by Anonymous
5 years ago.

Thank you for your answer. "frozen rows" is really a good feature and it's what exactly needed. But is it possible to also show the time header cells above the rows, that are fixed to the bottom? So I would have the same time header twice?

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