getVisibleTaskCount

返回当前屏幕上可见任务的数量(不包括已折叠的任务)

number getVisibleTaskCount();
number可见任务的总数

Example

gantt.getVisibleTaskCount();

See also
Back to top