With MUI v5 a tooltip was added to the DataGrid cells. I'm looking for a way to disable all of the tooltips without creating a custom render for each column.
I've tried disableTooltips
and tooltipShowDelay={0}
but those did not disable the tooltips.