AllenFang/react-bootstrap-table

hidden table header but not whole column

Open

#755 opened on Oct 4, 2016

View on GitHub
 (12 comments) (0 reactions) (0 assignees)JavaScript (2,240 stars) (795 forks)batch import
help wanted

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>

Contributor guide