row_height

테이블 내 행들의 기본 높이를 설정합니다.

number row_height;

Example

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


Default value:

35
See also
Back to top