We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970f7c0 commit 45b1335Copy full SHA for 45b1335
packages/react-bootstrap-table2/src/bootstrap-table.js
@@ -135,7 +135,7 @@ BootstrapTable.propTypes = {
135
remote: PropTypes.oneOfType([PropTypes.bool, PropTypes.shape({
136
pagination: PropTypes.bool
137
})]),
138
- noDataIndication: PropTypes.oneOfType([PropTypes.string, PropTypes.func]),
+ noDataIndication: PropTypes.oneOfType([PropTypes.node, PropTypes.func]),
139
striped: PropTypes.bool,
140
bordered: PropTypes.bool,
141
hover: PropTypes.bool,
0 commit comments