Check documentation for the latest version of dhtmlxSuite Step 2. Create a Data Source DHTMLX Docs

Step 2. Create a Data Source

Now, let's specify what data we will load into our grid, scheduler and gantt.

In the tutorial we will use the "dhtmlx_samples.sql " database. You can use any database available or download the supplied package and import an SQL dump file "dhtmlx_samples.sql " (placed in the root folder) for creating a local database copy.

Note, if you decide to use a database other than "dhtmlx_samples.sql" you will need to adapt the code stated in the tutorial.

To specify the data source for the app:
  1. Import the "dhtmlx_samples.sql " dump file into your local database. The file resides in the root folder of the supplied package.
Back to top