Interface SetColumnOptions

Possible values for Wunderbaum.setColumn options argument.

interface SetColumnOptions {
    edit?: boolean;
    scrollIntoView?: boolean;
}

Properties

edit?: boolean

Focus embedded input control of the grid cell if any . If colIdx is 0 or '*', the node title is put into edit mode.

Default

false
scrollIntoView?: boolean

Horizontically scroll into view. @default: true