Our pure JavaScript Scheduler component


Post by wilsonsilva »

How do we make the main date header stick to the top? Is there a property for this?

This (and pretty much all the other examples have sticky headers) https://www.bryntum.com/examples/scheduler/scrollto/

Post by wilsonsilva »

setting autoHeight: false seems to achieve this. But now the scheduler doesn't grow vertically to fit the rest of the screen.

Post by Maxim Gorkovsky »

Hello.
This is not a sticky header per se. Header is a block element positioned inside the parent element and scrollable part is another element with overflowing content, with own height.
You can provide height to the scheduler or put it into DOM element which has own height and scheduler will fit. In case you want to achieve same layout as in our demos (component filling page without overflow) please see the styles on the page.

Post Reply