We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bd1e6 commit 58aed2dCopy full SHA for 58aed2d
src/addons/formatters/SimpleCellFormatter.js
@@ -10,7 +10,7 @@ const SimpleCellFormatter = React.createClass({
10
},
11
12
render(): ?ReactElement {
13
- return <span>{this.props.value}</span>;
+ return <div title={this.props.value}>{this.props.value}</div>;
14
}
15
});
16
0 commit comments