onServerOptions

fires when client side api loads sub-collection from server side

void onServerOptions(object options);
optionsobjectthe object with option collections

Example

view.data.attachEvent("onSeverOptions", function(cols){
    for (var key in cols){
        webix.message("Collection: "+key);
    }
});

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.