I'm using MUI in my react project. When I set the type of a column to type: "number" the column header and data align to the right. I reproduced the issue at the simple example from MUI documentation: codesandbox
The third column age has type: "number" and everything alignes to the right. But other columns with default types - to the left.
How can I align header and data of a column with type: "number" to the left?