@nospamproxy/core
    Preparing search index...
    interface ColumnDefinition {
        cell: CustomElementType<Constructable>;
        fraction: boolean;
        header: CustomElementType<Constructable>;
        id: string | null;
        index: number;
        resizable: boolean;
        sizing: ColumnSizing;
        sortable: boolean | readonly ColumnSorting[];
        width: string;
        wrap: boolean;
    }
    Index

    Properties

    cell: CustomElementType<Constructable>
    fraction: boolean
    header: CustomElementType<Constructable>
    id: string | null
    index: number
    resizable: boolean
    sizing: ColumnSizing
    sortable: boolean | readonly ColumnSorting[]
    width: string
    wrap: boolean