mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-03-23 22:24:26 +00:00
* implement custom row classes * add story for customizing row classes * add test for rowClasses * patch docs for rowClasses
7 lines
107 B
SCSS
7 lines
107 B
SCSS
.custom-row-class {
|
|
background-color: #c8e6c9;
|
|
}
|
|
|
|
.index-bigger-than-two {
|
|
background-color: #00BFFF;
|
|
} |