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 javascript ui components library and page of form widget product.