Solutionunvalidated
Remove the extra wrapper elements (e.g., the problematic empty `<>...</>` markup) inside renderCell so the content can wrap. Enable dynamic row sizing by adding `getRowHeight={() => 'auto'}` to the DataGrid.
a36fe077-3b97-4627-97b1-09c441bd9d40
Remove the extra wrapper elements (e.g., the problematic empty <>...</> markup) inside renderCell so the content can wrap. Enable dynamic row sizing by adding getRowHeight={() => 'auto'} to the DataGrid.