Premium support for our pure JavaScript UI components


Post by simiczky »

Hi!
angular8/gantt-4.0.0-rc-1
that I can increase the width of the gantt editor?

this not work

taskEdit : {
           width: '80%',
            items : {
                notesTab        : false,
                generalTab,
                deviceTab : { type : 'deviceTab' },
                timesTab: {type: 'timesTab'},
                scheduleTab: {type: 'scheduleTab'},
                notificationTab: {type: 'notificationTab'},
                controllTab: {type: 'controllTab'},
                productionTab: {type: 'productionTab'}

        }
    
    }

Post by alex.l »

Hi simiczky,

Take a look here: https://bryntum.com/docs/gantt/#Gantt/feature/TaskEdit

features : {
    taskEdit : {
        editorConfig : {
            title : 'My title',
            width : 600
        }
    }
}

All best,
Alex

All the best,
Alex


Post Reply