'How to remove icon-seperator in Material UI : DataGrid

I am using material UI Data Grid, I tried searching on web on How to remove icon-separator in material UI DataGrid but couldn't find any references. How can we remove it, I don't want them in my table header

material



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