AllenFang/react-bootstrap-table

hidden table header but not whole column

Open

#755 aberto em 4 de out. de 2016

Ver no GitHub
 (12 comments) (0 reactions) (0 assignees)JavaScript (795 forks)batch import
help wanted

Métricas do repositório

Stars
 (2.240 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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>

Guia do colaborador