DHTMLX / gantt

GPL version of Javascript Gantt Chart
https://dhtmlx.com/docs/products/dhtmlxGantt/
GNU General Public License v2.0
1.45k stars 321 forks source link

gantt can't edit when reinit #29

Closed TopOpenSource closed 5 years ago

TopOpenSource commented 6 years ago

1 2

gantt can't edit when reinit

 gantt.config.columns =[
                    {
                        label: 'name',
                        name: "text",
                        tree: true,
                        resize: true,
                        width: 250,
                        editor: {
                            type: "text",
                            map_to: "text"
                        }
                    },

                ];

    gantt.init("gantt_here");
    gantt.parse(tasks);
function reinit() {
    gantt.init("gantt_here2");
}

'

ouassimBenMosbah commented 5 years ago

I encountered the same issue ! Do you know if there is any solution ? thanks

TopOpenSource commented 5 years ago

edit dthmlxgantt.js
image the reasion is trigger event repeat

AlexKlimenkov commented 5 years ago

Hi, should be fixed in 6.0