row_height

sets the default height for rows of the table

number row_height;

Example

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


Default value:

35
See also
Back to top