-
Notifications
You must be signed in to change notification settings - Fork 934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
> **I tryed styling the Mui dataTable like you suggested and it still isn't working** #1878
Comments
Any solutions? |
Seems I'm also not able to style this MUI-datables using mui 5.5.0 themes. |
Anyone else still having this issue? Tried the override as in #162 but it's not working
I'm actually just trying to make the column label bold but I can't get any changes to apply |
@StefanIgnjatovic12 just downgrade mui-datatables to 4.0.0. That's the only thing that seemed to work for me |
It's fixed in the PR #1882. It just needs to get merged. |
Seems like this project is no longer actively maintained... "resolutions": {
"tss-react": "3.6.0"
},
"dependencies": {
"tss-react": "^3.6.0"
} Once the PR get merged you will be able to remove |
I'm running into a similar problem.
It appears that I can override the Style of an existing mui Component, but the Style is not reflected in the mui-datatables.
[ style overrides ]
ok => MuiTableRow, MuiTableCell, ...etc (mui official className)
failed => MUIDataTableHeadCell, MUIDataTableHeadRow, ...etc (mui-datatable className)
styleOverrides
It was working fine until February 19.
Originally posted by @matsuu2tatsuya in #1842 (comment)
The text was updated successfully, but these errors were encountered: