setBindData of BindSource, Methods Webix Docs

moves data from master to child

void setBindData(object data,id key);

data

objectthe data object key
idthe id of the child component

Back to top