AllenFang/react-bootstrap-table

hidden table header but not whole column

Ouverte

#755 ouverte le 4 oct. 2016

 (12 commentaires) (0 réaction) (0 personne assignée)JavaScript (795 forks)batch import
help wanted

Métriques du dépôt

Stars
 (2 240 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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