creates inner views of a dashboard according to the specified scheme
webix.ui({
view:"dashboard", id:"grid",
gridColumns:4, gridRows:4,
factory:function(obj){
// your logic here
}
});
The factory function takes one parameter: