Skip to content

@sqlrooms/room-shell / TableCard

Function: TableCard()

TableCard(props): ReactNode | Promise<ReactNode>

Parameters

ParameterType
props{ isReadOnly: boolean; value: DataTable; rowCount: number; onReset: () => void; onClick: () => void; className: string; menuRenderer: (v) => ReactNode; }
props.isReadOnly?boolean
props.value?DataTable
props.rowCount?number
props.onReset?() => void
props.onClick?() => void
props.className?string
props.menuRenderer?(v) => ReactNode

Returns

ReactNode | Promise<ReactNode>