Our state of the art Gantt chart


Post by casman.manzano »

Is there any way to save a view where some tasks are currently expanded and not expanded? thanks


Post by casman.manzano »

like for example I have the task item "library" expanded with it showing its children. when I refresh the browser, how would I be able to recover that view?


Post by mats »

You need to store the 'expanded' state of the every parent node in the tree, per end user. That's pretty much it :)

https://bryntum.com/docs/grid/#Grid/data/GridRowModel#field-expanded


Post Reply