I am fairly new to the MUI DataGrid. I am using datagrid premium.
Using rowGrouping I would like the cell that represents the grouped row to span multiple columns.
I’ve tried “colSpan”, but it appears to have no effect.
const _columns = [
{
field: "fileName",
headerName: "File Name",
colSpan:3,
},
];