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