mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
[BUGFIX] Fix issue with missing onChange prop for selection checkbox
This commit is contained in:
parent
2585a62697
commit
f35d644608
@ -77,6 +77,7 @@ export default class SelectionHeaderCell extends Component {
|
||||
{ ...this.props }
|
||||
checked={ checked }
|
||||
indeterminate={ indeterminate }
|
||||
onChange={ this.handleCheckBoxClick }
|
||||
/>
|
||||
);
|
||||
attrs.onClick = this.handleCheckBoxClick;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user