datatype
the type of loaded data
let datatype: stringdefault value: “json”
Values
Section titled “Values”- “json” -
- “xml” -
- “jsarray” -
- “csv” -
- “excel” (combined with “binary” proxy) -
Example
Section titled “Example”webix.grid({ url:"data.xml", datatype:"xml"});also check the next samples:
Details
Section titled “Details”With the JSON data type you can omit this property.
See also
Section titled “See also”Articles
API