# row_height

### Description

@short: Sets the default height for rows of the table

@signature: row_height: number

### Example

~~~jsx
gantt.config.row_height = 40;
 
gantt.init("gantt_here");
~~~

**Default value:** 35

### Related Guides
- [Resizing Rows in Grid](guides/resizing-rows.md)
