AllenFang/react-bootstrap-table

hidden table header but not whole column

Open

#755 ouverte le 4 oct. 2016

Voir sur GitHub
 (12 commentaires) (0 réactions) (0 assignés)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>

Guide contributeur