show_unscheduled

允许切换未排程任务的可见性

boolean show_unscheduled;

Example

gantt.config.show_unscheduled = false;
 
gantt.init("gantt_here");


Default value:

true

Related samples

Details

默认情况下,未排程任务会以空行的形式显示。如果您希望这些任务直接显示在时间轴区域,请将 show_unscheduled 属性设置为 false。这个命名可能一开始会让人感到有些困惑,但未来的更新中会对其进行调整,使其更加直观。

See also
Back to top