We use the DayPilot Pro Scheduler for Vue.js and have tried using RowHeaderAutoFit. Unfortunately it doesn't work as it supposed to do. When collapsing the groupings or removing them dynamically from the scheduler, the RowHeaderColumn doesn't fit automatically to the longest text. Because the longest text is shorter than before the collapse, there is much whitespace in the row header.
Answer posted by Dan Letecky [DayPilot] 5 years ago.
Tim,
This feature was designed to only extend the width. The latest sandbox build (2021.1.4889) now includes an experimental rowHeaderWidthAutoFitShrink property which you can use to enable shrinking (set the value to false). Let me know if it doesn't work as expected.
Comment posted by Tim K. 5 years ago.
Thank's for the quick respond. The new property works as expected in the sandbox build, when setting the value to true, like this:
"rowHeaderWidthAutoFitShrink: true"
Can you predict, when the property while be released in offical version? :-)
Comment posted by Dan Letecky [DayPilot] 5 years ago.