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.