gregnb / gregnb/mui-datatables
How to override the color of entire header row
Open
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description

How to override the select all box background color in the header ?
The blue background is because of this code, but the checkbox color doesn't change
```
MUIDataTableHeadCell: {
fixedHeader: {
backgroundColor: "#536dfe",
borderBottom: "solid 2px #000000",
},
},
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.