-
Notifications
You must be signed in to change notification settings - Fork 430
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!
LegolasVzla
Metadata
Metadata
Assignees
Labels
No labels