@universal-ember/table
    Preparing search index...
    interface ColumnOptions {
        isResizable?: boolean;
        minWidth?: number;
        width?: number;
    }
    Index

    Properties

    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

    width?: number

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