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