This commit is contained in:
AllenFang
2019-10-26 14:22:44 +08:00
parent 970f7c0d15
commit 45b133579b

View File

@@ -135,7 +135,7 @@ BootstrapTable.propTypes = {
remote: PropTypes.oneOfType([PropTypes.bool, PropTypes.shape({
pagination: PropTypes.bool
})]),
noDataIndication: PropTypes.oneOfType([PropTypes.string, PropTypes.func]),
noDataIndication: PropTypes.oneOfType([PropTypes.node, PropTypes.func]),
striped: PropTypes.bool,
bordered: PropTypes.bool,
hover: PropTypes.bool,