bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

Restore Tree state after reload #10017

Open chuckn0rris opened 1 week ago

chuckn0rris commented 1 week ago

Need an option to restore expanded state of tree nodes after data reload/ tab reopen. Forum post

Hi Team , I am trying to drag my subItem(child) , my endDate changes and automatically all my parent needs to be refresh . I am using project.load() to update my activities (refersh).But my gantt view is getting collapsed.


   this._gantt.project.load()

what could be the alternative to update tasks without collapsing (refresh) maintaining the expanded view of tree. In Below attachment Before I drag activity ebd date was 11 Julu , Once I drag it to 13 July . My tree got collapsed

ghulamghousdev commented 1 day ago

Another request here: https://forum.bryntum.com/viewtopic.php?p=154655#p154655