Backstage
    Preparing search index...

    Interface UseTableConfig<T>

    interface UseTableConfig<T = any> {
        data?: T[];
        pagination?: UseTablePaginationConfig;
    }

    Type Parameters

    • T = any
    Index

    Properties

    Properties

    data?: T[]

    Full dataset - when provided, rowCount is calculated automatically and sliced data is returned

    Pagination configuration