Actions
Patch #38740
openEnhanced collapsing/expanding functionalities for Gantt Chart
Start date:
Due date:
% Done:
0%
Estimated time:
Description
I have added new three features to the Gantt Chart that enhance its collapsing/expanding functionalities.
1. Maintain Collapse State of Child Elements:¶
Currently, when expanding parent elements in the Gantt Chart, the collapse state of child elements would reset.
With this new feature, the collapse state of child elements is maintained even when expanding parent elements.
2. Expand All Subelements with Ctrl+Click:¶
By holding the Ctrl key and clicking on a parent element, all its subelements will be expanded.
(This is equivalent to the current behavior.)
3. Collapse All Subelements with Ctrl+Click:¶
By holding the Ctrl key and clicking on a parent element, all its subelements will be collapsed.
Files
Actions