Backstage
    Preparing search index...

    Props for EntityTable.

    interface EntityTableProps<T extends Entity> {
        columns: TableColumn<T>[];
        emptyContent?: ReactNode;
        entities: T[];
        tableOptions?: TableOptions<{}>;
        title: string;
        variant?: InfoCardVariants;
    }

    Type Parameters

    Index

    Properties

    columns: TableColumn<T>[]
    emptyContent?: ReactNode
    entities: T[]
    tableOptions?: TableOptions<{}>
    title: string