add missing expandRow props

This commit is contained in:
AllenFang
2018-08-01 20:26:00 +08:00
parent a18932e9eb
commit 5a442bf7ed
@@ -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,