If posible to show simple Project from MySQL data base (in MySQL database is few Project) ?
Hi,
could you please elaborate your question a bit?
Did you check this article, that describes creation of the gantt application using PHP and MySQL? docs.dhtmlx.com/gantt/desktop__how_to_start.html
If so, have you encountered any difficulties with it?
everything works fine, but I would like to Gantt chart show one of the projects stored in the database. database there are many projects and all show up on the chart.
You can use render_sql instead of render_table. It allows to define the sql code to select the necessary project from a database