DHTMLX Docs & Samples Explorer
Index
dhtmlXDataStore
API
Parameters
datatype
The type of data.
json
xml
jsarray
csv
var
contacts
=
new
dhtmlXDataStore
(
{
url
:
"data/data.json"
,
datatype
:
"json"
}
)
;