@sqlrooms/project-builder / TableCard
Function: TableCard()
TableCard(
props
,deprecatedLegacyContext
?):ReactNode
Parameters
Parameter | Type | Description |
---|---|---|
props | { isReadOnly : boolean ; value : DataTable ; rowCount : number ; onReset : () => void ; onClick : () => void ; className : string ; } | - |
props.isReadOnly ? | boolean | - |
props.value ? | DataTable | - |
props.rowCount ? | number | - |
props.onReset ? | () => void | - |
props.onClick ? | () => void | - |
props.className ? | string | - |
deprecatedLegacyContext ? | any | Deprecated See React Docs |
Returns
ReactNode