transforms the initial calling array according to the functor
functor | function | the method which needs executing |
master | object | the object that the method should be applied to |
array | the transformed initial array |
view:"datatable",
scheme:{
$group:{
by:"year",
map:{
votes:["votes", "sum"]
}
}
}
Back to top