There's also a builtin option to make the Table dense, size="small": https://mui.com/material-ui/react-table/#dense-table
size="small"
Example:
<Table sx={{ minWidth: 650 }} size="small" aria-label="a dense table">