VerticalTimeAxisColumn
A special column containing the time axis labels when the Scheduler is used in vertical mode. You can configure, it using the verticalTimeAxisColumn config object.
Note: this column is sized by flexing to consume full width of its containing SubGrid. To change width of this column, instead size the subgrid like so:
const scheduler = new Scheduler({
mode : 'vertical',
subGridConfigs : {
locked : {
width : 300
}
}
});
See also
- Scheduler - Scheduler widget
- TimeAxisColumn - Horizontal time axis column
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
Column minimal width. If value is Number then minimal width is in pixels
Has a corresponding runtime minWidth property.
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of VerticalTimeAxisColumn class, or subclass thereof.
-
Identifies an object as an instance of VerticalTimeAxisColumn class, or subclass thereof.
-
Column minimal width. If value is Number then minimal width is in pixels
Has a corresponding minWidth config.