diff --git a/packages/react-bootstrap-table2/src/bootstrap-table.js b/packages/react-bootstrap-table2/src/bootstrap-table.js index e3dd58d..20f64f4 100644 --- a/packages/react-bootstrap-table2/src/bootstrap-table.js +++ b/packages/react-bootstrap-table2/src/bootstrap-table.js @@ -151,6 +151,8 @@ BootstrapTable.propTypes = { expandRow: PropTypes.shape({ renderer: PropTypes.func.isRequired, expanded: PropTypes.array, + onExpand: PropTypes.func, + onExpandAll: PropTypes.func, nonExpandable: PropTypes.array, showExpandColumn: PropTypes.bool, expandColumnRenderer: PropTypes.func,