hi, im trying but i cant do it…
i want to load data in dhtmlxgrid from mysql database and have the possibility to add rows, delete rows and content to this rows.
thanks beforehand
hi, im trying but i cant do it…
i want to load data in dhtmlxgrid from mysql database and have the possibility to add rows, delete rows and content to this rows.
thanks beforehand
Unfortunately it’s not available to load data to the grid directly from mysql database.
You should convert your data in one of the types of data sources supported by dhtmlxGrid:
CSV;
JavaScript Array;
JSON ( syntax templates );
XML ( Syntax Templates );
Custom Loading Types.
Here is the tutorial:
docs.dhtmlx.com/doku.php?id=dhtm … ta_loading