mode

тип запросов по умолчанию

string mode;

Values

  • "post"
  • "get"
  • Example

    var dp = new webix.DataProcessor({
        mode:"get",
        master: $$('mydatatable'),
        url: "some/path"
    });


    Default value:

    "post"
    See also
    Наверх