fires when client side api loads sub-collection from server side
options | hash | the hash of option collections |
view.data.attachEvent("onSeverOptions", function(cols){
for (var key in cols){
webix.message("Collection: "+key);
}
});
Back to top