gregnb / gregnb/mui-datatables
Styling on table and responsive scroll
Open
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
I didn't really know where else to put this, but for those of you trying to style the table itself _and_ using `responsive: scroll`, do:
`
overrides: {
MUIDataTable: {
responsiveScroll: {
backgroundColor: "red"
},
},
}`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.