deleteAllSections
к сведению
Эта функция доступна только в PRO-версии.
Description
Удаляет все секции из активного вида
deleteAllSections: () => void
Example
scheduler.createTimelineView({
name: "timeline",
render:"tree",
...
y_unit:[
{key:"managers", label:"Administration"},
{key:"accounts", label:"Accounting Department"},
{key:"sales", label:"Sales and Marketing"},
{key:"production", label:"Production Department"}
]
});
...
scheduler.deleteAllSections();
Applicable views: Timeline view
Details
примечание
Метод требует активации плагина treetimeline.
примечание
Если текущий вид не является Timeline с рендерингом 'Tree', этот метод не будет иметь эффекта.
Related API
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.