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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.