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 ca2e4af commit a4def3aCopy full SHA for a4def3a
src/BootstrapTable.js
@@ -1375,6 +1375,7 @@ BootstrapTable.propTypes = {
1375
expandableRow: PropTypes.func,
1376
expandComponent: PropTypes.func,
1377
expandColumnOptions: PropTypes.shape({
1378
+ columnWidth: PropTypes.oneOfType([ PropTypes.number, PropTypes.string ]),
1379
expandColumnVisible: PropTypes.bool,
1380
expandColumnComponent: PropTypes.func,
1381
expandColumnBeforeSelectColumn: PropTypes.bool
0 commit comments