File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,11 @@ export default class ExpandRow extends React.Component {
9090 options = { options }
9191 expandableRow = { this . isExpandableRow }
9292 expandComponent = { this . expandComponent }
93- expandColumnOptions = { { expandColumnVisible : true , expandColumnComponent : this . expandColumnComponent } }
93+ expandColumnOptions = { {
94+ expandColumnVisible : true ,
95+ expandColumnComponent : this . expandColumnComponent ,
96+ columnWidth : 50
97+ } }
9498 search >
9599 < TableHeaderColumn dataField = 'id' isKey = { true } > Product ID</ TableHeaderColumn >
96100 < TableHeaderColumn dataField = 'name' > Product Name</ TableHeaderColumn >
Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ export default class ExpandRow extends React.Component {
7878 options = { options }
7979 expandableRow = { this . isExpandableRow }
8080 expandComponent = { this . expandComponent }
81- expandColumnOptions = { { expandColumnVisible : true } }
8281 search >
8382 < TableHeaderColumn dataField = 'id' isKey = { true } > Product ID</ TableHeaderColumn >
8483 < TableHeaderColumn dataField = 'name' expandable = { false } > Product Name</ TableHeaderColumn >
You can’t perform that action at this time.
0 commit comments