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.
2 parents aef950e + 045b630 commit dfb8363Copy full SHA for dfb8363
src/table/table-body.jsx
@@ -85,6 +85,7 @@ const TableBody = React.createClass({
85
componentClickAway() {
86
if (this.props.deselectOnClickaway && this.state.selectedRows.length) {
87
this.setState({ selectedRows: [] });
88
+ if (this.props.onRowSelection) this.props.onRowSelection([]);
89
}
90
},
91
0 commit comments