Methods
# inner RenderExpandableCell(props) → {React.ReactElement}
A helper component to render a cell with a tooltip if the text is truncated
Parameters:
Name | Type | Description |
---|---|---|
props |
object
|
props object |
formattedValue |
string
|
formatted value to display |
- React component
React.ReactElement
Example
<RenderExpandableCell formattedValue={formattedValue} />