datatype

the type of loaded data

string datatype;

Values

  • "json"
  • "xml"
  • "jsarray"
  • "csv"
  • 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
    If you have not checked yet, be sure to visit site of our main product Webix open source html5 framework and page of javascript charting product.