Closed
Description
It would be great to have theadClasses
and tbodyClasses
among the table props.
For example I'd like to apply sticky thead to some tables with css like:
.react-bootstrap-table thead.sticky {
position: sticky;
top: 0;
background-color: #fff;
z-index: 1021;
}
However, I think I can achieve what I want with the wrapperClasses
prop.
Anyway, thanks for considering and also thank you for your work!
Metadata
Metadata
Assignees
Labels
No labels