rx-datatable API
    Preparing search index...

    Interface TableIconButtonProps

    Props passed to TableConfigValue.renderIconButton.

    interface TableIconButtonProps {
        "aria-label"?: string;
        children?: ReactNode;
        onClick: MouseEventHandler<HTMLElement>;
        style?: CSSProperties;
    }
    Index
    "aria-label"?: string
    children?: ReactNode
    onClick: MouseEventHandler<HTMLElement>
    style?: CSSProperties