AllenFang/react-bootstrap-table

hidden table header but not whole column

Aberta

#755 aberto em 4 de out. de 2016

 (12 comentários) (0 reação) (0 responsável)JavaScript (795 forks)batch import
help wanted

Métricas do repositório

Stars
 (2.240 estrelas)
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