getBindData of BindSource, Methods Webix Docs

fills the target object with data

void getBindData(id key, [boolean update] );

key

idthe id of master record update
booleanforces the target to refresh after data update

Back to top