Page 1 of 1

Scheduler: Keep header visible on scrolling

Posted: Mon Mar 13, 2017 9:26 am
by Antarctica
The top header is set: https://imgur.com/NXxCBpF

But depending on view preset and timeline, the header can be moved out of visible area: https://i.imgur.com/la2D7ur.png

Is it possible to have the header always visible, by fixing it in the leftmost position if the cell area is wide enough?
Like this: https://i.imgur.com/XzBeO2N.png

Re: Scheduler: Keep header visible on scrolling

Posted: Mon Mar 13, 2017 11:15 am
by pmiklashevich
You are able to customize the header in your own way. Here is the timeaxis sample, which is going to help you to catch the idea.

Re: Scheduler: Keep header visible on scrolling

Posted: Mon Mar 13, 2017 1:46 pm
by Terence
Hello Antarctica. Currently this is not supported.

However you could try to update the label when the header of the scheduler is scrolled. You can set a cls on the tick cells as shown in the timeaxis example. After scroll just query for the first visible cell and update it's inner content.