AllenFang/react-bootstrap-table

hidden table header but not whole column

开放

#755 创建于 2016年10月4日

 (12 条评论) (0 个反应) (0 位负责人)JavaScript (795 个派生)batch import
help wanted

仓库指标

星标
 (2,240 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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>

贡献者指南