datatype

тип загружаемых данных

string datatype;

Values

  • "json"
  • "xml"
  • "jsarray"
  • "csv"
  • Example

    webix.ui({
        view:"datatable",
        url:"data.xml",
        datatype:"xml"
    });


    Default value:

    "json"

    Related samples

    Details

    Для JSON это свойство можно не задавать.

    See also
    Наверх
    If you have not checked yet, be sure to visit site of our main product Webix html5 ui library and page of google maps javascript api product.