mcurdt
#1
I am trying to get a basic gantt into a visualforce page. At this time the data is hard-coded, (almost) exactly as this suggests:
docs.dhtmlx.com/gantt/samples/01 … _init.html
Although the header row shows, the data doesn’t. Please see attached. Can someone point out what I am missing? Thank you!
Hello,
try specifying the dates format before parsing the datagantt.config.xml_date = "%d-%m-%Y";
gantt.init("gantt_here");
gantt.parse(tasks);
docs.dhtmlx.com/gantt/api__gantt … onfig.html
Also, you can try to use a fixed height for the HTML container ( some fixed value in pixels instead of height:100%; )
I have the exactly same problem with u ~~ then I add a line, and it fixed ~
after line 3, <apex:includeScript value=…> , you add line:
then the data will show up !~