fix Warning: Failed prop type: Invalid prop of type supplied to , expected

This commit is contained in:
AllenFang 2018-08-12 13:53:29 +08:00
parent 6225f0e5cb
commit 3663d1d4fe

View File

@ -170,7 +170,7 @@ BootstrapTable.propTypes = {
}),
onRowExpand: PropTypes.func,
onAllRowExpand: PropTypes.func,
isAnyExpands: PropTypes.func,
isAnyExpands: PropTypes.bool,
rowStyle: PropTypes.oneOfType([PropTypes.object, PropTypes.func]),
rowEvents: PropTypes.object,
rowClasses: PropTypes.oneOfType([PropTypes.string, PropTypes.func]),