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

    Interface TableFeatures

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

    interface TableFeatures {
        columnOrder: TableMeta<unknown>;
        columnVisibility: TableMeta<unknown>;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown | undefined>
      • TableFeatures

    Indexable

    • [key: string]: unknown
    Index

    Properties

    columnOrder: TableMeta<unknown>

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

    columnVisibility: TableMeta<unknown>

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