Check documentation for the latest version of dhtmlxSuite loadCSV DHTMLX Docs

loadCSV

loads tree from csv file/stream

void loadCSV(string csvFile,function afterCall,string type);

Deprecated

Use load method

myTree.load(csvFile,afterCall,"csv");
csvFilestringlink to CSV file
afterCallfunctionfunction which will be called after data loading
typestringtype of data, optional, xml by default
Change log

deprecated since version 4.4

Back to top