rx-datatable API
    Preparing search index...

    Interface TableConfigValue

    interface TableConfigValue {
        icons?: TableIcons;
        renderIconButton?: (props: TableIconButtonProps) => ReactElement;
        theme?: string | TableTheme;
    }
    Index
    icons?: TableIcons
    renderIconButton?: (props: TableIconButtonProps) => ReactElement

    Renders the tree-expander button. The default renders a plain <button className="dtbl-expander">; override this to use your design system's icon button (e.g. MUI's <IconButton size="large">).

    theme?: string | TableTheme

    Default theme for tables/lists in this subtree (see theme.ts). A component's own theme prop takes precedence.