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 0c3aaaa commit fafc080Copy full SHA for fafc080
src/TableBody.js
@@ -175,6 +175,7 @@ class TableBody extends Component {
175
if (this.props.expandableRow && this.props.expandableRow(data)) {
176
result.push(
177
<ExpandComponent
178
+ key={ key + '-expand' }
179
className={ trClassName }
180
bgColor={ this.props.expandRowBgColor || this.props.selectRow.bgColor || undefined }
181
hidden={ !(this.props.expanding.indexOf(key) > -1) }
0 commit comments