So I have a requirement to have gantt timeline spread as much as possible. Since treelist is fixed 500px width, I calculate upon view init how much slotWidth for each day should be. When I resize screen, what I noticed is that width is not updating, so I tried to set table width via CSS to be 100%. When I resize window in this case, table columns do resize, but task stays the same width.
Also when I collapse treelist and timeline is expanded, it should take 100% of screen, yet it still takes calculated width.
Is there a solution for this resize?
