Module

RenderExpandableCell

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

View Source stories/RenderExpandableCell.jsx, line 18

- React component
React.ReactElement
Example
<RenderExpandableCell formattedValue={formattedValue} />