Our state of the art Gantt chart


Post by ducminh1511 »

Hello friends,

Can you guys support me, how can I not show the left menu

Attachments
sample.png
sample.png (88.25 KiB) Viewed 537 times

Post by mats »

Try

gantt.subGrids.locked.collapse()

Post by ducminh1511 »

Can you show me where to add that code in my source code

Attachments
hideMenu.png
hideMenu.png (78.99 KiB) Viewed 533 times

Post by mats »

It's just a line of JS, which you add after you create your Gantt instance. You can also do it with a config

subGridConfigs : {
     locked : { collapsed : true }
}

Post by ducminh1511 »

thanks mats,


Post Reply