Premium support for our pure JavaScript UI components


Post by symas »

Hi

I'm looking for a way to define the width of the day column in SchedulerPro.
the following:
1) I would like to specify a minimum width for Monday to Friday. Accordingly, the scheduler should display a horizontal scrollbar
2) at the same time I would like to reduce the width for Saturday and Sunday, since data is practically never displayed there

Is this somehow possible?

Thanks for your support.
Best Regards
Thomas


Post by mats »

  1. Set tickSize on your Scheduler https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/TimelineEventRendering#config-tickSize

  2. I'm afraid tick widths are fixed in the Scheduler. But you could for example filter the Sat/Sun out if you don't use them? See a sample of that here: https://bryntum.com/products/scheduler/examples/timeaxis/


Post Reply