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