Our pure JavaScript Scheduler component


Post by liuyan@honeycombtech »

My timeAxis-cell is too narrow, how can i set dynamic width of timeAxis-cell with some configs or functions ?
Just like this example, it can change row height by using slider widget. I want to have the same operation instead of changing zoom level.https://bryntum.com/examples/examples-scheduler/rowheight/


Post by mats »

You can change https://bryntum.com/docs/scheduler/api/Scheduler/view/mixin/TimelineEventRendering#property-tickSize anytime on the Scheduler instance.

scheduler.tickSize = 100

Post Reply