Documentation

master

the linked data source. It can be both some independent data source and one of components operated on data (e.g. grid)

object master;

Example

var dp = new webix.DataProcessor({
    master: $$('mydatatree'),
    url: ""
});

See also

Back to top