constructor Method
| Overloads | |
|---|---|
| constructorTableNonPrimitiveValueRenderer(props) | |
| constructorTableNonPrimitiveValueRenderer(props, context) | Deprecated |
TableNonPrimitiveValueRenderer(props)
TableNonPrimitiveValueRenderer(props: TableNonPrimitiveValueRendererProps | Readonly<TableNonPrimitiveValueRendererProps>): TableNonPrimitiveValueRenderer
| Parameter | Type | Description |
|---|---|---|
| props | TableNonPrimitiveValueRendererProps | Readonly<TableNonPrimitiveValueRendererProps> |
Returns - TableNonPrimitiveValueRenderer
TableNonPrimitiveValueRenderer(props, context)
Deprecated
TableNonPrimitiveValueRenderer(props: TableNonPrimitiveValueRendererProps, context: any): TableNonPrimitiveValueRenderer
see https://reactjs.org/docs/legacy-context.html
| Parameter | Type | Description |
|---|---|---|
| props | TableNonPrimitiveValueRendererProps | |
| context | any |
Returns - TableNonPrimitiveValueRenderer
Last Updated: 29 September, 2023