useObjectGridCell
Overview
Computes the formatted and raw values for a single grid cell.
Signature
useObjectGridCell(props)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| props | object | yes | The component props. |
props Properties
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| calculatedObject | object | no | ||
| field | FieldInfo | |||
| obj | object | |||
| relatedObject | object | no |
Returns
Source
client/lib/use/useObjectGridCell.js:25