row_height

设置表格中行的默认高度

number row_height;

Example

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


Default value:

35
See also
Back to top