rx-datatable API
    Preparing search index...

    Type Alias TreeListProps<T, K, ItemProps>

    TreeListProps: TreeListCoreProps<T, K, ItemProps> & Styles & {
        theme?: TableTheme | string | nully;
    }

    Type Parameters

    Type Declaration

    • Optionaltheme?: TableTheme | string | nully

      Theme for this tree; overrides the ambient TableConfig theme.