'How to remove icon-seperator in Material UI : DataGrid
Solution 1:[1]
Apply this style to the header
'& > .MuiDataGrid-columnSeparator': {
visibility: 'hidden',
},
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Kundan |

