import { IVTableProps } from '.' import React from 'react' import { TableControls } from './DesktopTable' import classNames from 'classnames' import TableRowMenu from './TableRowMenu' import RenderValue from '../RenderValue' type OrientationTableProps = IVTableProps & { tableRef: (node: HTMLDivElement) => void columnSizes: number[] } export default function DesktopVerticalTable(props: OrientationTableProps) { return (
| ))} |
|
|
)
})}
|
{row.menu && |
))}