Our state of the art Gantt chart


Post by mv2022 »

In the drop-down, is it possible to allow users to also enter their own text? Currently, by default, they are forced to pick items from the selected list.

  columns : [
        { type : 'wbs' },
        { type : 'name' },
        { field : 'city', text : 'City', flex : 1,
            editor: {
                type: 'dropdown',
                items: [ 'Stockholm', 'New York', 'Moscow' ]
            }
        

}


Post by mats »


Post Reply