Premium support for our pure JavaScript UI components


Post by pincherhgz »

is there a possibility to temporary switch of/hide the right side of the gantt view ?


Post by tasnim »

Hi,

You could use https://bryntum.com/products/gantt/docs/api/Gantt/view/Gantt#config-subGridConfigs to achieve that

    subGridConfigs : {
        normal : { collapsed : true }
    }

Post by pincherhgz »

works fine, thanks


Post Reply