sort

테이블 내에서 정렬을 허용합니다

boolean sort;

Example

gantt.config.sort = true;
 
gantt.init("gantt_here");
gantt.parse("tasks.json");


Default value:

false

Related samples

See also
Back to top