Premium support for our pure JavaScript UI components


Post by tomerPlanit »

Hi,

I’m working with Scheduler 7.2.3 using Angular 20.

I’m trying to implement dynamic column widths per resource. The idea is:

Resources without data should have one column width
Resources with data should have a different column width

On the initial scheduler load, this works as expected. However, after updating the data, changing the column width no longer works.

To simplify the issue, I created a demo where clicking on a resource header attempts to change that specific resource’s column width. This works initially, but stops working after data updates.

Am I missing something in the update flow or configuration?

Thanks in advance.

Attachments
basic.rar
(541.95 KiB) Downloaded 37 times

Post by mats »

You can set "columnWidth" on your resources, in the data. https://bryntum.com/products/scheduler/docs/api/Scheduler/model/mixin/ResourceModelMixin#field-columnWidth

Does this solve it for you?


Post by mats »

Seems we do not trigger view refresh on updates of this value, issue opened: https://github.com/bryntum/support/issues/13003


Post Reply