react-bootstrap-table
react-bootstrap-table copied to clipboard
hidden table header but not whole column
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>
You mean like this?
<TableHeaderColumn
className="col-hidden"
>
Where .col-hidden { display: none }
thank you, that does work. But could this be one of the feature which make it as hiddenHeader={true}
then the whole header will be hide
@jflayhart, thanks. Anyway, I'll consider to add this feature in future.
Hi. I tried to add display: none class, but Header is still showing. Is there any changes that needs to be done? Thanks.
Found answer myself. You need to add .col-hidden class to bootstrap tables's tableHeaderClass: <BootstrapTable tableHeaderClass={"col-hidden"}
You need to add .col-hidden class to bootstrap tables's tableHeaderClass
Good idea 👍
@AllenFang was this feature implemented? if not will you accept a PR to do so?
@keviny22 PR is welcome :)
@keviny22 , Can I know what is the status on it? It is implemented or raised a PR?
@AllenFang , Is there an feature where I can hide entire column ?
@MadhuNandi currently we still haven't this feature.
is this feature not implemented yet?? or is sticky header with scrollable body available now ??