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