Skip to content

datatype

the type of loaded data

let datatype: string

default value: “json”

  • “json” -
  • “xml” -
  • “jsarray” -
  • “csv” -
  • “excel” (combined with “binary” proxy) -
webix.grid({
url:"data.xml",
datatype:"xml"
});

also check the next samples:

With the JSON data type you can omit this property.

Articles

API