fires before data started to be parsed
gantt.init("gantt_here"); gantt.attachEvent("onBeforeParse", function(){ //any custom logic here }); gantt.parse(demo_tasks);