search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Angular Scheduler how to resize entire resource column

Asked by CC
3 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'.

``
config: SchedulerConfig = {
rowHeaderColumnsResizable = true;
}
``

How to enable the resize function in entire resource column in angular scheduler?

Answer posted by Dan Letecky [DayPilot]
3 years ago.

This property is now added in the latest sandbox build (2020.4.4740).

Comment posted by Dan Letecky [DayPilot]
3 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 months old and has been closed. Please create a new question if you have anything to add.