master

the linked data component (e.g. grid)

object master;

Example

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

Details

DataProcessor can also be initialized without a master component:

var serverData = new webix.DataProcessor({ url:"/server/patients" });
See also
Back to top