@cavell/kit API
    Preparing search index...

    Interface ResizableTableProps

    interface ResizableTableProps {
        children: ReactNode;
        className?: string;
        tableStyle?: CSSProperties;
        wrapperStyle?: CSSProperties;
    }
    Index
    children: ReactNode
    className?: string

    Applied to the

    (e.g. TABLE_CLASS for the DS look).

    tableStyle?: CSSProperties
    wrapperStyle?: CSSProperties

    Merged onto the scroll wrapper (e.g. vertical margin).