Data Grid - Row height - MUI X
mui.com › pt › xData Grid - Row height - MUI X Data grid - Row height Customize the height of your rows. Static row height By default, the rows have a height of 52 pixels. This matches the normal height in the Material Design guidelines. Use the rowHeight prop to change this default value, as shown below: <DataGrid rowHeight={25} {...data} /> Variable row height
Data Grid - Layout - MUI X
mui.com › x › react-data-gridThe autoHeight prop allows the grid to size according to its content. This means that the number of rows will drive the height of the grid and consequently, they will all be rendered and visible to the user at the same time.
DataGrid API - MUI X
mui.com › x › apiThe initial state of the DataGrid. The data in it will be set in the state on initialization but will not be controlled. If one of the data in initialState is also being controlled, then the control state wins. isCellEditable. func. Callback fired when a cell is rendered, returns true if the cell is editable.
Data Grid - Row height - MUI X
Data grid - Row height Customize the height of your rows. Help us keep running If you don't mind tech-related ads (no tracking or remarketing), and want to keep us running, please whitelist MUI in your blocker. Thank you! ️ Static row height By default, the rows have a height of 52 pixels.