v7.3.0

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

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

Source path

Scheduler/column/VerticalTimeAxisColumn.js

Contents