Angular Scheduler how to resize entire resource column
Asked by CC 5 years ago.
I use the latest version of Angular Daypilot 2020.4.4736
and want to resize the resource column freely by enable the rowHeaderColumnsResizable but get the error of 'rowHeaderColumnsResizable' does not exist in type 'SchedulerConfig'.
Answer posted by Dan Letecky [DayPilot] 5 years ago.
This property is now added in the latest sandbox build (2020.4.4740).
Comment posted by Dan Letecky [DayPilot] 5 years ago.
However, rowHeaderColumnsResizable doesn't have the effect you are looking for. You can use this property to disable column resizing which is enabled by default if you define row header columns.
You need to use either:
1. rowHeaderScrolling = true
2. rowHeaderColumns[] with one item
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.