search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to Expand/Collapse all nodes on resource tree in a single click?

Asked by Matt
7 years ago.

Dear Team,

Would like to know how to Expand/Collapse all nodes on resource tree with one click. May be by using javascript?

Answer posted by Dan Letecky [DayPilot]
7 years ago.

Yes, you can use rows.expandAll() method:

dp.rows.expandAll();

See also:
https://api.daypilot.org/daypilot-scheduler-rows-expandall/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.