How to use the dhtmlx-gantt.gantt.parse function in dhtmlx-gantt

To help you get started, we’ve selected a few dhtmlx-gantt examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github DHTMLX / react-gantt-demo / src / components / Gantt / Gantt.js View on Github external
componentDidMount() {
    gantt.config.xml_date = "%Y-%m-%d %H:%i";
    const { tasks } = this.props;
    gantt.init(this.ganttContainer);
    this.initGanttDataProcessor();
    gantt.parse(tasks);
  }

dhtmlx-gantt

An open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart.

GPL-2.0
Latest version published 8 months ago

Package Health Score

65 / 100
Full package analysis