AllenFang/react-bootstrap-table
View on GitHubhidden table header but not whole column
Open
#755 opened on Oct 4, 2016
help wanted
Repository metrics
- Stars
- (2,240 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
hi, is there able to not showing the header row of the table. Cuz i dont' want any header but just the content
<BootstrapTable data={object}>
<TableHeaderColumn>...</TableHeaderColumn>
<TableHeaderColumn>...</TableHeaderColumn>
</BootstrapTable>