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?