Answer the question
In order to leave comments, you need to log in
How to merge header cells in react-bootstrap-table?
Guys, tell me pliz, in the render the library has columns
<div>
<BootstrapTable data={this.props.data}
insertRow={true}
deleteRow={true}
selectRow={selectRowProp}
options={options}
>
<TableHeaderColumn isKey dataField='id'
>
ID
</TableHeaderColumn>
<TableHeaderColumn dataField='name'
>
Name
</TableHeaderColumn>
<TableHeaderColumn dataField='value'
>
Value
</TableHeaderColumn>
</BootstrapTable>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question