Skip to content

Commit a4def3a

Browse files
committed
add columnWidth for expandColumnOptions
1 parent ca2e4af commit a4def3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BootstrapTable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,6 +1375,7 @@ BootstrapTable.propTypes = {
13751375
expandableRow: PropTypes.func,
13761376
expandComponent: PropTypes.func,
13771377
expandColumnOptions: PropTypes.shape({
1378+
columnWidth: PropTypes.oneOfType([ PropTypes.number, PropTypes.string ]),
13781379
expandColumnVisible: PropTypes.bool,
13791380
expandColumnComponent: PropTypes.func,
13801381
expandColumnBeforeSelectColumn: PropTypes.bool

0 commit comments

Comments
 (0)