Skip to content

classes for thead, tbody? #1231

Closed
Closed
@flc

Description

@flc

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions