Vladimir V
Results
1
issues of
Vladimir V
With ``` "react": "^17.0.2", "@mui/material": "^5.0.6", "mui-datatables": "^4.0.0", ``` const getMuiTheme = () => createTheme({ overrides: { MUIDataTable: { root: { backgroundColor: '#AAF', }, paper: { boxShadow: 'none', }, },...