AllenFang/react-bootstrap-table

hidden table header but not whole column

Aperta

#755 aperta il 4 ott 2016

 (12 commenti) (0 reazioni) (0 assegnatari)JavaScript (795 fork)batch import
help wanted

Metriche repository

Star
 (2240 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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>

Guida contributor