Our state of the art Gantt chart


Post by remyvillulles »

Hi,

Is it possible to change the render (from Table view to Gantt view) without loosing the edited data of the previous state?

Thanks,
Remy


Post by mats »

Do you mean collapsing left/right side? You can do that easily yes:

gantt.subGrids.locked.collapsed = true

Post by remyvillulles »

Would it also be possible to change on the fly the columns visible on the table view?

Basically, what we want to do is having a pretty complete table view with a lot of info like start date for each task, their duration, the assignee etc. But when the gantt view is enabled, all we can see on the gantt view is not show anymore on the table view. So we want to display columns conditionally based on the type of view we have currently.


Post by mats »


Post by remyvillulles »

Great! I'll have a look, thanks!


Post Reply