I want to add a tooltip for each cell in my MUI DataGrid (for all DataGrids).
For this, I will create a new component that inherits from MUI DataGrid, but I want to apply renderCell for every column directly (instead of having to rewrite the renderCell param in each column definition).
Is this possible? Thank you.