sort

enables sorting in the table

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