datatype
the type of loaded data
string datatype;
Values
"json"
"xml"
"jsarray"
"csv"
"excel" (combined with "binary" proxy)
Example
webix.ui({
view:"datatable",
url:"data.xml",
datatype:"xml"
});
Default value:
"json"
Related samples
Details
With the JSON data type you can omit this property.
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.