@universal-ember/table
    Preparing search index...

    Interface ColumnFeatures

    list of interfaces by feature name that consumers may provide alternative implementation for

    interface ColumnFeatures {
        columnOrder: ColumnMeta<unknown>;
        columnVisibility: ColumnMeta<unknown>;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown | undefined>
      • ColumnFeatures

    Indexable

    • [key: string]: unknown
    Index

    Properties

    columnOrder: ColumnMeta<unknown>

    interface for the column meta of a "column order plugin"

    columnVisibility: ColumnMeta<unknown>

    interface for the column meta of a "column visibility plugin"