Datagrid - Warning: Failed prop type: Invalid prop `rowHeight` of type `string` supplied to `GridRow`, expected `number`

Viewed 9

I am getting this error in react DataGridPro while using getRowHight set to auto as per MUI documentation.

<DataGrid getRowHeight={() => 'auto'}  />
0 Answers
Related