Contains resizable information for a particular column

Hierarchy

  • ColumnMeta

Constructors

Properties

_width?: number
column: Column<unknown>
isResizing: boolean = false

Accessors

  • get options(): {
        isResizable?: boolean;
        minWidth: number;
        width?: number;
    }
  • Returns {
        isResizable?: boolean;
        minWidth: number;
        width?: number;
    }

    • Optional isResizable?: boolean

      Flip if the column is resizable or not. The default is whatever the table's plugin option is set to (and then yet again true, if not set at all)

    • minWidth: number

      Default: 128px

    • Optional width?: number

      Force a starting width This may not be less than the minWidth

Methods

Generated using TypeDoc