Skip to content

Commit

Permalink
fix #1110
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Mar 4, 2017
1 parent 0c3aaaa commit fafc080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TableBody.js
Expand Up @@ -175,6 +175,7 @@ class TableBody extends Component {
if (this.props.expandableRow && this.props.expandableRow(data)) {
result.push(
<ExpandComponent
key={ key + '-expand' }
className={ trClassName }
bgColor={ this.props.expandRowBgColor || this.props.selectRow.bgColor || undefined }
hidden={ !(this.props.expanding.indexOf(key) > -1) }
Expand Down

0 comments on commit fafc080

Please sign in to comment.