Skip to content

Commit

Permalink
fix #970
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Jan 18, 2017
1 parent 56f78e9 commit 01e4261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TableBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ class TableBody extends Component {
}
} = this.props;
const selectRowAndExpand = this._isSelectRowDefined() && !clickToExpand ? false : true;
columnIndex = this._isSelectRowDefined() && columnIndex - 1;

if (expandableRow &&
selectRowAndExpand &&
Expand Down

0 comments on commit 01e4261

Please sign in to comment.