RAMP4 - v4.21.0
    Preparing search index...
    interface TableColumnOptions {
        field: string;
        filter?: TableColumnFilterOptions;
        searchable?: boolean;
        sort?: "asc" | "desc" | "none";
        template?: string;
        title?: string;
        visible?: boolean;
        width?: number;
    }
    Index

    Properties

    field: string
    searchable?: boolean
    sort?: "asc" | "desc" | "none"
    template?: string
    title?: string
    visible?: boolean
    width?: number