mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-08-12 04:00:16 +00:00
add missing expandRow props
This commit is contained in:
@@ -151,6 +151,8 @@ BootstrapTable.propTypes = {
|
||||
expandRow: PropTypes.shape({
|
||||
renderer: PropTypes.func.isRequired,
|
||||
expanded: PropTypes.array,
|
||||
onExpand: PropTypes.func,
|
||||
onExpandAll: PropTypes.func,
|
||||
nonExpandable: PropTypes.array,
|
||||
showExpandColumn: PropTypes.bool,
|
||||
expandColumnRenderer: PropTypes.func,
|
||||
|
||||
Reference in New Issue
Block a user