Skip to content

Commit

Permalink
fix #336
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Mar 20, 2016
1 parent a836bb5 commit 00213b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/TableHeaderColumn.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ class TableHeaderColumn extends Component {
title={ this.props.children }
onClick={ this.handleColumnClick }>
{ this.props.children }{ sortCaret }
{ this.props.filter ? this.getFilters() : null }
<div onClick={ e => e.stopPropagation() }>
{ this.props.filter ? this.getFilters() : null }
</div>
</th>
);
}
Expand Down

0 comments on commit 00213b9

Please sign in to comment.