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