AllenFang/react-bootstrap-table

hidden table header but not whole column

Open

#755 geöffnet am 4. Okt. 2016

Auf GitHub ansehen
 (12 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.240 Stars) (795 Forks)batch import
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>

Contributor Guide