AllenFang/react-bootstrap-table
Auf GitHub ansehenhidden table header but not whole column
Open
#755 geöffnet am 4. Okt. 2016
help wanted
Beschreibung
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>