I would like to remove all the outline effects when I click the cell. I inspected the element but failed to find which class name should I give border:none style. Thanks for the help!
CodePudding user response:
.MuiDataGrid-root .MuiDataGrid-columnHeader:focus,
.MuiDataGrid-root .MuiDataGrid-cell:focus {
outline: none !important;
}
Add this to your styles/css.